fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes
authorGeliang Tang <[email protected]>
Thu, 14 Jan 2016 23:16:56 +0000 (15:16 -0800)
committerLinus Torvalds <[email protected]>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commit1deaf9d19776916cd1c83191503bf327319a301a
tree86118aa7b0d9e46cb7d09c591f1654cb00d086bd
parent72214a24a7677d4c7501eecc9517ed681b5f2db2
fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes

To make the intention clearer, use list_next_entry instead of
list_entry.

Signed-off-by: Geliang Tang <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/notify/inode_mark.c