From: Jesper Juhl Date: Fri, 8 Dec 2006 10:39:40 +0000 (-0800) Subject: [PATCH] NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres() X-Git-Tag: v2.6.20-rc1~34^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d2b59e8c1634ceb995097b162592b0af139578;p=pandora-kernel.git [PATCH] NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres() NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres() This is a small performance optimization since we can return before needing 'w'. It also saves a few bytes of .text : Before: text data bss dec hex filename 1632 140 0 1772 6ec fs/nfsd/nfs3acl.o After: text data bss dec hex filename 1624 140 0 1764 6e4 fs/nfsd/nfs3acl.o Signed-off-by: Jesper Juhl Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed