Commit 54980b93c026ac24b7d5046597a254244eafcdeb

Authored by Wang Sheng-Hui
Committed by Linus Torvalds
1 parent 4a262d2658

mm: update the description for madvise_remove

Currently, we have more filesystems supporting fallocate, e.g
ext4/btrfs.  Remove the outdated comment for madvise_remove.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -292,9 +292,6 @@
292 292 /*
293 293 * Application wants to free up the pages and associated backing store.
294 294 * This is effectively punching a hole into the middle of a file.
295   - *
296   - * NOTE: Currently, only shmfs/tmpfs is supported for this operation.
297   - * Other filesystems return -ENOSYS.
298 295 */
299 296 static long madvise_remove(struct vm_area_struct *vma,
300 297 struct vm_area_struct **prev,