aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-11-07 13:18:11 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-10-17 02:33:31 -0600
commit1d3abc383717729eadc68a737e1e06076118cf34 (patch)
tree6bd28234b0d67d4cac68910a1a302a4bb82e2b5b /ubuntu
parentd67070261e24fb501441a2ce3f5c8b9e4c8bca9b (diff)
UBUNTU: ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
The commit below changed the default llseek function to no_llseek, reinstate the previous default for aufs2: commit 776c163b1b93c8dfa5edba885bc2bfbc2d228a5f Author: Arnd Bergmann <arnd@arndb.de> Date: Wed Jul 7 23:10:11 2010 +0200 vfs: make no_llseek the default Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/aufs/f_op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/aufs/f_op.c b/ubuntu/aufs/f_op.c
index ff918db0466..67f2a5b0159 100644
--- a/ubuntu/aufs/f_op.c
+++ b/ubuntu/aufs/f_op.c
@@ -871,6 +871,7 @@ const struct file_operations aufs_file_fop = {
* in aufs, it may be a real file and may confuse users by UDBA.
*/
/* .llseek = generic_file_llseek, */
+ .llseek = default_llseek,
.read = aufs_read,
.write = aufs_write,