From: Jeff Layton Date: Thu, 1 May 2014 10:28:47 +0000 (-0400) Subject: nfs4: turn free_lock_state into a void return operation X-Git-Tag: cleanup-for-v3.18~41^2~36 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cdae87fcf286a897738874a1398e64e7225adf;p=pandora-kernel.git nfs4: turn free_lock_state into a void return operation Nothing checks its return value. Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 5e2a8afc72cb..92193eddb41d 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -54,7 +54,7 @@ struct nfs4_minor_version_ops { const nfs4_stateid *); int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); - int (*free_lock_state)(struct nfs_server *, + void (*free_lock_state)(struct nfs_server *, struct nfs4_lock_state *); const struct rpc_call_ops *call_sync_ops; const struct nfs4_state_recovery_ops *reboot_recovery_ops; Reading git-diff-tree failed