aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
diff options
context:
space:
mode:
authorToralf Förster <toralf.foerster@gmx.de>2013-12-12 13:09:00 -0500
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-01-05 15:51:35 -0500
commit16a6ddc70920a0686dbf90e092a539c1a4fd7b77 (patch)
tree917a4f97cd047bf1114afe0c32a7468990a1c11f /fs/nfs/nfs4state.c
parent1e8968c5b0582392d5f132422f581e3ebc24e627 (diff)
point to the right include file in a comment (left over from a9004abc3)
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r--fs/nfs/nfs4state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index 059c01b67a71..e5be72518bd7 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -1071,7 +1071,7 @@ void nfs_free_seqid(struct nfs_seqid *seqid)
1071/* 1071/*
1072 * Increment the seqid if the OPEN/OPEN_DOWNGRADE/CLOSE succeeded, or 1072 * Increment the seqid if the OPEN/OPEN_DOWNGRADE/CLOSE succeeded, or
1073 * failed with a seqid incrementing error - 1073 * failed with a seqid incrementing error -
1074 * see comments nfs_fs.h:seqid_mutating_error() 1074 * see comments nfs4.h:seqid_mutating_error()
1075 */ 1075 */
1076static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) 1076static void nfs_increment_seqid(int status, struct nfs_seqid *seqid)
1077{ 1077{
@@ -1116,7 +1116,7 @@ void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid)
1116/* 1116/*
1117 * Increment the seqid if the LOCK/LOCKU succeeded, or 1117 * Increment the seqid if the LOCK/LOCKU succeeded, or
1118 * failed with a seqid incrementing error - 1118 * failed with a seqid incrementing error -
1119 * see comments nfs_fs.h:seqid_mutating_error() 1119 * see comments nfs4.h:seqid_mutating_error()
1120 */ 1120 */
1121void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) 1121void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid)
1122{ 1122{