Re: [gobolinux-devel] How to enable hide mount points in the gobohide.c.

2011-06-23 Thread Lucas C. Villa Real
On Thu, Jun 23, 2011 at 12:12 AM, Shawn Johnson wrote: > If you really need to hide files then you will need to remove the > following lines from fs/gobohide.c before compiling the kernel: > > -   /* We only support symbolic links and directories */ > -   if (hide->inode && !S_ISREG(inode->i_mode)

[gobolinux-devel] How to enable hide mount points in the gobohide.c.

2011-06-22 Thread Shawn Johnson
If you really need to hide files then you will need to remove the following lines from fs/gobohide.c before compiling the kernel: - /* We only support symbolic links and directories */ - if (hide->inode && !S_ISREG(inode->i_mode) && !S_ISDIR(inode->i_mode)) { - error = -EINVAL; - g