Hello Santiago,

Santiago Gimeno:
> Sorry for resurrecting this old thread, but I'm experiencing this very same
> issue.

Whao, it is back in Nov 2012... Incredebly old thread!


> Also, regarding the disable of CONFIG_FHANDLE, how would I do that? Should I
> set CONFIG_FHANDLE=n and recompile the kernel (with aufs)? When I tried that
> I got this error:
>
> fs/built-in.o: In function `aufs_encode_fh':
> /home/sgimeno/kernel-patches/linux-backports/fs/aufs/export.c:752: undefined
> reference to `exportfs_encode_fh'
> fs/built-in.o: In function `decode_by_path':
> /home/sgimeno/kernel-patches/linux-backports/fs/aufs/export.c:518: undefined
> reference to `exportfs_decode_fh'

While I don't remember the details of what I investigated at that time,
I am afraid you need to reconfigure and rebuild your kernel. As you
know, CONFIG_FHANDLE is a kernel configuration. Disabling it is what I
meant.

On the other hand, the error "undefined reference to
`exportfs_encode_fh'" is related to CONFIG_EXPORTFS and
CONFIG_AUFS_EXPORT. Such error will happen if you disable
CONFIG_EXPORTFS and enable CONFIG_AUFS_EXPORT. Generally it should not
happen since CONFIG_AUFS_EXPORT depends upon CONFIG_EXPORTFS (See
fs/aufs/Kconfig in detail).


J. R. Okajima

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j

Reply via email to