Re: [2.6 patch] make vfs_ioctl() static

2008-02-17 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Christoph Hellwig writes: > On Sun, Feb 17, 2008 at 10:18:42AM +0200, Adrian Bunk wrote: > > This patch makes the needlessly global vfs_ioctl() static. > > I think the point was toa eventually export it for stackable filesystem > use. But until they start using it

Re: [2.6 patch] make vfs_ioctl() static

2008-02-17 Thread Christoph Hellwig
On Sun, Feb 17, 2008 at 10:18:42AM +0200, Adrian Bunk wrote: > This patch makes the needlessly global vfs_ioctl() static. I think the point was toa eventually export it for stackable filesystem use. But until they start using it marking it static seems fine with me. -- To unsubscribe from this l

[2.6 patch] make vfs_ioctl() static

2008-02-17 Thread Adrian Bunk
This patch makes the needlessly global vfs_ioctl() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/ioctl.c |4 ++-- include/linux/fs.h |1 - 2 files changed, 2 insertions(+), 3 deletions(-) 18bc247a745a825238208f88fbe1b86ba1ef304e diff --git a/fs/ioctl.c b/fs/ioct