aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorRichard Kennedy <richard@rsk.demon.co.uk>2009-12-03 15:58:56 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-03 15:58:56 -0500
commita01878aac57eac6eb4bf194788ab2cc440490d0f (patch)
tree93061f565a016690eff7ad097a2cbc8a0ef1838f /include/linux/nfs_xdr.h
parentee671b016fbfc26d69c3fe02e28706222beb1149 (diff)
downloadkernel_samsung_smdk4412-a01878aac57eac6eb4bf194788ab2cc440490d0f.zip
kernel_samsung_smdk4412-a01878aac57eac6eb4bf194788ab2cc440490d0f.tar.gz
kernel_samsung_smdk4412-a01878aac57eac6eb4bf194788ab2cc440490d0f.tar.bz2
NFS: reorder nfs4_sequence_regs to remove 8 bytes of padding on 64 bits
reorder nfs4_sequence_args to remove 8 bytes of padding on 64 bit builds. The size of this structure drops to 24 bytes from 32 and reduces the text size of nfs.ko. On my x86_64 size reports text data bss 2.6.32-rc5 200996 8512 432 209940 33414 nfs.ko +patch 200884 8512 432 209828 333a4 nfs.ko Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 62f63fb..8c88037 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -170,8 +170,8 @@ struct nfs4_sequence_args {
struct nfs4_sequence_res {
struct nfs4_session *sr_session;
u8 sr_slotid; /* slot used to send request */
- unsigned long sr_renewal_time;
int sr_status; /* sequence operation status */
+ unsigned long sr_renewal_time;
};
struct nfs4_get_lease_time_args {