mount: save 80 bytes by forced de-inlining
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -936,7 +936,7 @@ static void error_msg_rpc(const char *msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* NB: mp->xxx fields may be trashed on exit */
|
/* NB: mp->xxx fields may be trashed on exit */
|
||||||
static int nfsmount(struct mntent *mp, long vfsflags, char *filteropts)
|
static NOINLINE int nfsmount(struct mntent *mp, long vfsflags, char *filteropts)
|
||||||
{
|
{
|
||||||
CLIENT *mclient;
|
CLIENT *mclient;
|
||||||
char *hostname;
|
char *hostname;
|
||||||
|
Reference in New Issue
Block a user