Re: [2.6 patch] CIFS: #if 0 mode_to_access_flags()

2008-01-01 Thread Steve French
The cifsacl code which uses that function was not ready in time for 2.6.24 but is in the cifs development tree now.. On Jan 1, 2008 12:10 PM, Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Tue, Jan 01, 2008 at 03:46:44PM +0200, Adrian Bunk wrote: > > This patch #if 0's the unused mode_to_access

Re: [2.6 patch] CIFS: #if 0 mode_to_access_flags()

2008-01-01 Thread Christoph Hellwig
On Tue, Jan 01, 2008 at 03:46:44PM +0200, Adrian Bunk wrote: > This patch #if 0's the unused mode_to_access_flags(), fixing the > following compile warning: Please remove it completely instead. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[2.6 patch] CIFS: #if 0 mode_to_access_flags()

2008-01-01 Thread Adrian Bunk
This patch #if 0's the unused mode_to_access_flags(), fixing the following compile warning: <-- snip --> ... CC fs/cifs/cifsacl.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/cifs/cifsacl.c:200: warning: ‘mode_to_access_flags’ defined but not used ... <-- snip --> Signed-off-by: Ad