Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ntfs: kernel-doc warning fixes

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

lru_pvec has been removed from __ntfs_grab_cache_pages in commit
4c99000ac47c ("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>

authored by

Fabian Frederick and committed by
Linus Torvalds
2502722d 2122da26

-3
-3
fs/ntfs/file.c
··· 74 74 * ntfs_attr_extend_initialized - extend the initialized size of an attribute 75 75 * @ni: ntfs inode of the attribute to extend 76 76 * @new_init_size: requested new initialized size in bytes 77 - * @cached_page: store any allocated but unused page here 78 - * @lru_pvec: lru-buffering pagevec of the caller 79 77 * 80 78 * Extend the initialized size of an attribute described by the ntfs inode @ni 81 79 * to @new_init_size bytes. This involves zeroing any non-sparse space between ··· 393 395 * @nr_pages: number of page cache pages to obtain 394 396 * @pages: array of pages in which to return the obtained page cache pages 395 397 * @cached_page: allocated but as yet unused page 396 - * @lru_pvec: lru-buffering pagevec of caller 397 398 * 398 399 * Obtain @nr_pages locked page cache pages from the mapping @mapping and 399 400 * starting at index @index.