• Trond Myklebust's avatar
    [PATCH] Pass 'nameidata' to ->permission() · a574f324
    Trond Myklebust authored
       - Make the VFS pass the struct nameidata as an optional parameter
         to the permission() inode operation.
    
       - Patch may_create()/may_open() so it passes the struct nameidata from
         vfs_create()/open_namei() as an argument to permission().
    
       - Add an intent flag for the sys_access() function.
    a574f324
file.c 18.2 KB