]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Linux 3.9 compat: vfs_getattr takes two arguments
authorRichard Yao <ryao@cs.stonybrook.edu>
Mon, 4 Mar 2013 05:02:43 +0000 (00:02 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 14 Mar 2013 17:43:26 +0000 (10:43 -0700)
commit2a305c34c8876c06f55475e5ff5163923baa5491
treed068788dbf4f7854c789d5d41e729a0c3c9ebe9c
parentbc90df66887af63bd67223616f9084c4e9567056
Linux 3.9 compat: vfs_getattr takes two arguments

The function prototype of vfs_getattr previoulsy took struct vfsmount *
and struct dentry * as arguments. These would always be defined together
in a struct path *.

torvalds/linux@3dadecce20603aa380023c65e6f55f108fd5e952 modified
vfs_getattr to take struct path * is taken as an argument instead.

Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-build.m4
module/spl/spl-vnode.c