]> git.hungrycats.org Git - linux/commitdiff
[PATCH] kNFSd: Remove a comment that is no longer accurate
authorAndrew Morton <akpm@osdl.org>
Thu, 26 Feb 2004 14:49:09 +0000 (06:49 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 Feb 2004 14:49:09 +0000 (06:49 -0800)
From: NeilBrown <neilb@cse.unsw.edu.au>

Remove a comment that is no longer accurate

fs/nfsd/nfs4proc.c

index 3a47421b1057a0fe13d57a47400371833cd5d246..1e6e7e6251d575bcb917b589e6703c9dcecec44e 100644 (file)
 
 #define NFSDDBG_FACILITY               NFSDDBG_PROC
 
-/* Note: The organization of the OPEN code seems a little strange; it
- * has been superfluously split into three routines, one of which is named
- * nfsd4_process_open2() even though there is no nfsd4_process_open1()!
- * This is because the code has been organized in anticipation of a
- * subsequent patch which will implement more of the NFSv4 state model.
- */
 static int
 do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
 {