mount: dont include NFS headers if not needed; drop support for Linux <2.2.0
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 16 Dec 2009 01:06:56 +0000 (02:06 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 16 Dec 2009 01:06:56 +0000 (02:06 +0100)
commitcc428147c17a57d62d89b998debc1f4bd094ad56
tree5a30d6c78c84ab27c2400197ebbb1d140b85494f
parentb7a0e13d1ca0d613477f6e95221f47797ed1c0f9
mount: dont include NFS headers if not needed; drop support for Linux <2.2.0

function                                             old     new   delta
nfs_err_stat                                           -      18     +18
nfs_err_errnum                                         -      18     +18
nfs_strerror                                          56      50      -6
nfsmount                                            3567    3541     -26
nfs_errtbl                                            80       -     -80
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 0/2 up/down: 36/-112)           Total: -76 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mount.c