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-09-23 08:47:15 -0600
commitba5faa55c9bb5c1f1de611230a09c9bbfeb9d0c7 (patch)
tree0e3f40911b271bcd81f1eb836a1faad225608998 /ubuntu
parentc9bc03da5540252cf87b2c32517f92b9c6a3138b (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,