]> git.baikalelectronics.ru Git - kernel.git/commit
fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes
authorGeliang Tang <geliangtang@163.com>
Thu, 14 Jan 2016 23:16:56 +0000 (15:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commitd94ec86d9e86308b7859c597d34cd1b3b0683130
tree86118aa7b0d9e46cb7d09c591f1654cb00d086bd
parentbf98b234c9e8623bb67f2e91054bfe0b3ee68bde
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 <geliangtang@163.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/notify/inode_mark.c