summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-09-20 14:58:54 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2010-09-20 14:58:54 +1000
commitae10bc93055c3c47e934cedca614fb6c27b5a402 (patch)
treeec5b24516fe1b14fa212a226be7d03b14d15567e /include
parentb8fe5b73051c73de86a60b76d2aeb714aa6142b7 (diff)
parentc8fe7155860d6e790769b032b72a43212c4fcaca (diff)
Merge remote branch 'bkl-llseek/llseek'
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 6e3bf8697685..0ec4d60e4855 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2448,6 +2448,7 @@ static const struct file_operations __fops = { \
.release = simple_attr_release, \
.read = simple_attr_read, \
.write = simple_attr_write, \
+ .llseek = generic_file_llseek, \
};
static inline void __attribute__((format(printf, 1, 2)))