linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs_common: modify the comments for locks_end_grace and locks_in_grace
@ 2021-03-21  8:38 Fengfei Xi
  0 siblings, 0 replies; only message in thread
From: Fengfei Xi @ 2021-03-21  8:38 UTC (permalink / raw)
  To: trond.myklebust, anna.schumaker
  Cc: bfields, chuck.lever, linux-nfs, linux-kernel, Fengfei Xi

This patch moves the comment for the @net parameter to the right place.

Signed-off-by: Fengfei Xi <xi.fengfei@h3c.com>
---
 fs/nfs_common/grace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs_common/grace.c b/fs/nfs_common/grace.c
index 26f2a50ec..9b1a5c7d3 100644
--- a/fs/nfs_common/grace.c
+++ b/fs/nfs_common/grace.c
@@ -42,7 +42,6 @@ EXPORT_SYMBOL_GPL(locks_start_grace);
 
 /**
  * locks_end_grace
- * @net: net namespace that this lock manager belongs to
  * @lm: who this grace period is for
  *
  * Call this function to state that the given lock manager is ready to
@@ -82,6 +81,7 @@ __state_in_grace(struct net *net, bool open)
 
 /**
  * locks_in_grace
+ * @net: net namespace that this lock manager belongs to
  *
  * Lock managers call this function to determine when it is OK for them
  * to answer ordinary lock requests, and when they should accept only
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-21 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21  8:38 [PATCH] nfs_common: modify the comments for locks_end_grace and locks_in_grace Fengfei Xi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).