Re: [PATCH 3/8] ubifs: Add support for FS_IOC_FS[SG]ETXATTR ioctls

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jan 22, 2021 at 04:15:31PM +0100, Sascha Hauer wrote:
> +	if (xflags & FS_XFLAG_APPEND)
> +		iflags |= UBIFS_APPEND_FL;
> +
> +        return iflags;

This uses spaces for indentation

> +	if (flags & UBIFS_SYNC_FL)
> +		xflags |= FS_XFLAG_SYNC;
> +	if (flags & UBIFS_IMMUTABLE_FL)
> +		xflags |= FS_XFLAG_IMMUTABLE;
> +	if (flags & UBIFS_APPEND_FL)
> +		xflags |= FS_XFLAG_APPEND;
> +
> +        return xflags;

Same here.



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux