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-11-16 14:23:19 -0700
commit1696c1251156242d6fbcf50d1c97a25bd10a1e06 (patch)
tree402e36ec313d7caa9e811d9cf7c4dba008cd107a /ubuntu
parent1a0e79a523052479adf191224a746e8f997425a9 (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,