Commit 893f8770 authored by NeilBrown's avatar NeilBrown Committed by Linus Torvalds

[PATCH] nfsd4: comment indentation

Yeah, it's trivial, but this drives me up the wall....
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: default avatarNeil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 37515177
...@@ -2706,8 +2706,8 @@ nfsd4_lock(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_lock ...@@ -2706,8 +2706,8 @@ nfsd4_lock(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_lock
if (lock->lk_is_new) { if (lock->lk_is_new) {
/* /*
* Client indicates that this is a new lockowner. * Client indicates that this is a new lockowner.
* Use open owner and open stateid to create lock owner and lock * Use open owner and open stateid to create lock owner and
* stateid. * lock stateid.
*/ */
struct nfs4_stateid *open_stp = NULL; struct nfs4_stateid *open_stp = NULL;
struct nfs4_file *fp; struct nfs4_file *fp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment