Re: [PATCH RFC 1/3] super: remove get_tree_single_reconf()

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

 



On Tue, Aug 01, 2023 at 03:09:00PM +0200, Christian Brauner wrote:
> The get_tree_single_reconf() helper isn't used anywhere. Remote it.

Yeah, I've got pretty much the same patch hiding somewhere in one of
me trees..

> -static int vfs_get_super(struct fs_context *fc, bool reconf,
> -		int (*test)(struct super_block *, struct fs_context *),
> -		int (*fill_super)(struct super_block *sb,
> -				  struct fs_context *fc))
> +static int vfs_get_super(struct fs_context *fc,
> +			 int (*test)(struct super_block *, struct fs_context *),
> +			 int (*fill_super)(struct super_block *sb,
> +					   struct fs_context *fc))

.a althought keeping the existing formatting here seems much more readable
to me.  No idea why the odd align to brace formatting has picked up so
many fans recently given that it is horrible to read and causes tons
of churn when touching the protoptype or function name.




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

  Powered by Linux