On Sun, Aug 20, 2017 at 07:52:09PM +0800, Wang Shilong wrote: > From: Jan Kara <jack@xxxxxxx> > > From: Jan Kara <jack@xxxxxxx> > > In recently_deleted() function we want to check whether inode is still > cached in buffer cache. Use sb_find_get_block() for that instead of > sb_getblk() to avoid unnecessary allocation of bdev page and buffer > heads. > > Signed-off-by: Jan Kara <jack@xxxxxxx> Thanks, applied. - Ted