]> git.baikalelectronics.ru Git - kernel.git/commit
ntfs: kernel-doc warning fixes
authorFabian Frederick <fabf@skynet.be>
Wed, 6 Aug 2014 23:03:35 +0000 (16:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:12 +0000 (18:01 -0700)
commitc95dbed546260e1fde5ec2baacb32fb609a26c1e
tree3de6e095eb3ccdc9bcaececf22adf050cea0b07c
parent91072da3f470c989d8dba17cbefed2aa16f5f049
ntfs: kernel-doc warning fixes

cached_page and lru_pvec were removed from ntfs_attr_extend_initialized
in commit 71d83c1f0a17 ("ntfs: clean up ntfs_attr_extend_initialized")

lru_pvec has been removed from __ntfs_grab_cache_pages in commit
fe624e1a44a4 ("ntfs: use add_to_page_cache_lru()")

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ntfs/file.c