From: J. Bruce Fields Date: Wed, 22 Jun 2005 17:16:22 +0000 (+0000) Subject: [PATCH] NFS: Allow NFS versions to support different sets of inode operations. X-Git-Tag: v2.6.13-rc1~68^2~537^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cfc62cb8412c9563860b1bf70cd4701f03092e;p=pandora-kernel.git [PATCH] NFS: Allow NFS versions to support different sets of inode operations. ACL support will require supporting additional inode operations in v4 (getxattr, setxattr, listxattr). This patch allows different protocol versions to support different inode operations by adding a file_inode_ops to the nfs_rpc_ops (to match the existing dir_inode_ops). Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed