]> git.baikalelectronics.ru Git - kernel.git/commit
fs/file_table.c: use list_for_each_entry() instead of list_for_each()
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Fri, 19 Oct 2007 06:39:56 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:38 +0000 (11:53 -0700)
commit68c54051321c23fcfc461a49128447bf95237f52
tree5f1cfadbdae01b118ed9f1dcefa57a633fcec8f7
parent0ddbedcd09dcbd26723e60c3609844fbf1ed9756
fs/file_table.c: use list_for_each_entry() instead of list_for_each()

fs/file_table.c: use list_for_each_entry() instead of list_for_each()
in fs_may_remount_ro()

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/file_table.c