From: J.Bruce Fields Date: Wed, 13 Dec 2006 08:35:39 +0000 (-0800) Subject: [PATCH] knfsd: nfsd4: simplify migration op check X-Git-Tag: v2.6.20-rc1~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeac294ebd9254a937d90b00c48863e3af229047;p=pandora-kernel.git [PATCH] knfsd: nfsd4: simplify migration op check I'm not too fond of these big if conditions. Replace them by checks of a flag in the operation descriptor. To my eye this makes the code a bit more self-documenting, and makes the complicated part of the code (proc_compound) a little more compact. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed