Re: [git patch] vfs: permission API cleanup (v2)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: Add EXPORT_SYMBOL(check_execute).

NFS needs check_execute().

  Kernel: arch/x86/boot/bzImage is ready  (#1)
    Building modules, stage 2.
  ERROR: "check_execute" [fs/nfs/nfs.ko] undefined!
  make[1]: *** [__modpost] Error 1
  make: *** [modules] Error 2

Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
---
 fs/namei.c |    1 +
 1 file changed, 1 insertion(+)

--- vfs.orig/fs/namei.c
+++ vfs/fs/namei.c
@@ -246,6 +246,7 @@ int check_execute(struct inode *inode, i
 
 	return 0;
 }
+EXPORT_SYMBOL(check_execute);
 
 static int dentry_permission(struct dentry *dentry, int mask)
 {
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux