[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>
This commit is contained in:

committed by
Al Viro

parent
4e9ed2f85a
commit
3222a3e55f
@@ -501,4 +501,5 @@ struct inode_operations omfs_dir_inops = {
|
||||
struct file_operations omfs_dir_operations = {
|
||||
.read = generic_read_dir,
|
||||
.readdir = omfs_readdir,
|
||||
.llseek = generic_file_llseek,
|
||||
};
|
||||
|
Reference in New Issue
Block a user