Re: [PATCH 04/22] procfs: drop vmtruncate

2012-10-13 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH 04/22] procfs: drop vmtruncate

2012-10-06 Thread Marco Stornelli
Removed vmtruncate. Signed-off-by: Marco Stornelli --- fs/proc/base.c|3 ++- fs/proc/generic.c |3 ++- fs/proc/proc_sysctl.c |3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index d295af9..add0944 100644 --- a/fs/proc/