[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100801193205.GA22050@elte.hu>
Date: Sun, 1 Aug 2010 21:32:05 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Trond Myklebust <Trond.Myklebust@...app.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-nfs@...r.kernel.org,
Randy Dunlap <rdunlap@...otime.net>
Subject: Re: [PATCH] NFS: Fix a typo in include/linux/nfs_fs.h
* Trond Myklebust <Trond.Myklebust@...app.com> wrote:
> nfs_commit_inode() needs to be defined irrespectively of whether or not
> we are supporting NFSv3 and NFSv4.
> Allow the compiler to optimise away code in the NFSv2-only case by
> converting it into an inlined stub function.
>
> Reported-by: Ingo Molnar <mingo@...e.hu>
> Signed-off-by: Trond Myklebust <Trond.Myklebust@...app.com>
> ---
> fs/nfs/write.c | 5 -----
> include/linux/nfs_fs.h | 6 ++++++
> 2 files changed, 6 insertions(+), 5 deletions(-)
I tested this patch too and it solves the problem (and doesnt introduce new
problems).
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists