VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Arnd Bergmann <arnd@arndb.de> 2010-08-15 18:52:59 +0200 committer: Arnd Bergmann <arnd@arndb.de> 2010-10-15 15:53:27 +0200 commit: 6038f373a3dc1f1c26496e60b6c40b164716f07e parent: 1ec5584e3edf9c4bf2c88c846534d19cf986ba11
Commit Summary:
llseek: automatically add .llseek fop
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/ecryptfs/miscdev.c b/fs/ecryptfs/miscdev.c
index 00208c3d7e92..940a82e63dc3 100644
--- a/fs/ecryptfs/miscdev.c
+++ b/fs/ecryptfs/miscdev.c
@@ -482,6 +482,7 @@ static const struct file_operations ecryptfs_miscdev_fops = {
 	.read    = ecryptfs_miscdev_read,
 	.write   = ecryptfs_miscdev_write,
 	.release = ecryptfs_miscdev_release,
+	.llseek  = noop_llseek,
 };
 
 static struct miscdevice ecryptfs_miscdev = {