Re: [dm-devel] [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed

2020-11-19 Thread Jan Kara
On Wed 18-11-20 09:47:58, Christoph Hellwig wrote: > Just open code the wait in the only caller of both functions. > > Signed-off-by: Christoph Hellwig As far as I remember, Al (added to CC) generally objected against exporting bits from fs/super.c (like put_super(), __get_super()) in the past.

[dm-devel] [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed

2020-11-18 Thread Christoph Hellwig
Just open code the wait in the only caller of both functions. Signed-off-by: Christoph Hellwig --- fs/internal.h | 2 ++ fs/quota/quota.c | 31 +--- fs/super.c | 51 ++ include/linux/fs.h | 4 +--- 4 files