constify dentry_operations: NFS
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
e56980d451
commit
f786aa90e0
4 changed files with 5 additions and 5 deletions
|
@ -785,7 +785,7 @@ struct nfs_access_entry;
|
|||
*/
|
||||
struct nfs_rpc_ops {
|
||||
u32 version; /* Protocol version */
|
||||
struct dentry_operations *dentry_ops;
|
||||
const struct dentry_operations *dentry_ops;
|
||||
const struct inode_operations *dir_inode_ops;
|
||||
const struct inode_operations *file_inode_ops;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue