X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=mm%2Fmadvise.c;h=0938b30da4abbb91aa01e7884c6c236728403dee;hb=44c916d58b9ef1f2c4aec2def57fa8289c716a60;hp=a402f8fdc68e94888ea177104524085c9f490fd5;hpb=b2e09f633a3994ee97fa6bc734b533d9c8e6ea0f;p=firefly-linux-kernel-4.4.55.git diff --git a/mm/madvise.c b/mm/madvise.c index a402f8fdc68e..0938b30da4ab 100644 --- a/mm/madvise.c +++ b/mm/madvise.c @@ -292,9 +292,6 @@ static long madvise_dontneed(struct vm_area_struct *vma, /* * Application wants to free up the pages and associated backing store. * This is effectively punching a hole into the middle of a file. - * - * NOTE: Currently, only shmfs/tmpfs is supported for this operation. - * Other filesystems return -ENOSYS. */ static long madvise_remove(struct vm_area_struct *vma, struct vm_area_struct **prev,