Anton Altaparmakov writes:
> Hi,
>
> Is it intended that non-gpl file systems cannot use functions like
> i_uid_read() and i_uid_write() (introduced by Eric Biederman in 3.5
> kernel)?
>
> They resolve to the below (in include/linux/fs.h):
>
> static inline uid_t i_uid_read(const struct inode *in
Hi,
Is it intended that non-gpl file systems cannot use functions like i_uid_read()
and i_uid_write() (introduced by Eric Biederman in 3.5 kernel)?
They resolve to the below (in include/linux/fs.h):
static inline uid_t i_uid_read(const struct inode *inode)
{
return from_kuid(&init_user_
2 matches
Mail list logo