Re: [f2fs-dev] [PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively

2019-04-03 Thread Sakari Ailus
Ping. On Tue, Mar 26, 2019 at 02:35:10PM +0100, Petr Mladek wrote: > Linus, > > On Mon 2019-03-25 21:32:28, Sakari Ailus wrote: > > %pF and %pf are functionally equivalent to %pS and %ps conversion > > specifiers. The former are deprecated, therefore switch the current users > > to use the prefer

Re: [f2fs-dev] [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode()

2019-04-03 Thread Al Viro
On Tue, Apr 02, 2019 at 08:45:50AM -0700, Eric Biggers wrote: > From: Eric Biggers > > When a filesystem encryption key is removed, we need all files which had > been "unlocked" (had ->i_crypt_info set up) with it to appear "locked" > again. This is most easily done by evicting the inodes. This

Re: [f2fs-dev] [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode()

2019-04-03 Thread Eric Biggers
On Wed, Apr 03, 2019 at 07:34:12PM +0100, Al Viro wrote: > On Tue, Apr 02, 2019 at 08:45:50AM -0700, Eric Biggers wrote: > > From: Eric Biggers > > > > When a filesystem encryption key is removed, we need all files which had > > been "unlocked" (had ->i_crypt_info set up) with it to appear "locke