From: Jesper Juhl Date: Fri, 8 Dec 2006 10:39:39 +0000 (-0800) Subject: [PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres() X-Git-Tag: v2.6.20-rc1~34^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb65a5ba3dcef3184ef1ba026b1e268bd1a9323f;p=pandora-kernel.git [PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres() NFS2: Calculate 'w' a bit later in nfsaclsvc_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 2406 212 0 2618 a3a fs/nfsd/nfs2acl.o After: text data bss dec hex filename 2400 212 0 2612 a34 fs/nfsd/nfs2acl.o Signed-off-by: Jesper Juhl Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed