summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
diff options
context:
space:
mode:
authorChristoph Hellwig2008-09-03 21:53:01 +0200
committerAl Viro2008-10-23 11:13:21 +0200
commit3222a3e55f4025acb2a5a4379cf2f2b7df1f1243 (patch)
treed12740cd5dc00ae17f7beb63584dd00d7c1fb4cb /fs/afs/dir.c
parent[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent (diff)
downloadkernel-qcow2-linux-3222a3e55f4025acb2a5a4379cf2f2b7df1f1243.tar.gz
kernel-qcow2-linux-3222a3e55f4025acb2a5a4379cf2f2b7df1f1243.tar.xz
kernel-qcow2-linux-3222a3e55f4025acb2a5a4379cf2f2b7df1f1243.zip
[PATCH] fix ->llseek for more directories
With this patch all directory fops instances that have a readdir that doesn't take the BKL are switched to generic_file_llseek. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/afs/dir.c')
-rw-r--r--fs/afs/dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/dir.c b/fs/afs/dir.c
index dfda03d4397d..99cf390641f7 100644
--- a/fs/afs/dir.c
+++ b/fs/afs/dir.c
@@ -45,6 +45,7 @@ const struct file_operations afs_dir_file_operations = {
.release = afs_release,
.readdir = afs_readdir,
.lock = afs_lock,
+ .llseek = generic_file_llseek,
};
const struct inode_operations afs_dir_inode_operations = {