Re: [PATCH] vfs: remove might_sleep() from clear_inode()

2017-11-07 Thread Al Viro
On Tue, Nov 07, 2017 at 04:43:54PM -0800, Shakeel Butt wrote: > Commit 7994e6f72543 ("vfs: Move waiting for inode writeback from > end_writeback() to evict_inode()") removed inode_sync_wait() from > end_writeback() and commit dbd5768f87ff ("vfs: Rename end_writeback() > to clear_inode()") renamed

Re: [PATCH] vfs: remove might_sleep() from clear_inode()

2017-11-07 Thread Al Viro
On Tue, Nov 07, 2017 at 04:43:54PM -0800, Shakeel Butt wrote: > Commit 7994e6f72543 ("vfs: Move waiting for inode writeback from > end_writeback() to evict_inode()") removed inode_sync_wait() from > end_writeback() and commit dbd5768f87ff ("vfs: Rename end_writeback() > to clear_inode()") renamed

[PATCH] vfs: remove might_sleep() from clear_inode()

2017-11-07 Thread Shakeel Butt
Commit 7994e6f72543 ("vfs: Move waiting for inode writeback from end_writeback() to evict_inode()") removed inode_sync_wait() from end_writeback() and commit dbd5768f87ff ("vfs: Rename end_writeback() to clear_inode()") renamed end_writeback() to clear_inode(). After these patches there is no

[PATCH] vfs: remove might_sleep() from clear_inode()

2017-11-07 Thread Shakeel Butt
Commit 7994e6f72543 ("vfs: Move waiting for inode writeback from end_writeback() to evict_inode()") removed inode_sync_wait() from end_writeback() and commit dbd5768f87ff ("vfs: Rename end_writeback() to clear_inode()") renamed end_writeback() to clear_inode(). After these patches there is no