Re: [uml-devel] [PATCH] hostfs: fix a not needed double check

2012-11-24 Thread Marco Stornelli
Il 18/11/2012 09:59, Marco Stornelli ha scritto: > Il 20/10/2012 12:02, Marco Stornelli ha scritto: >> With the commit 3be2be0a32c18b0fd6d623cda63174a332ca0de1 we removed >> vmtruncate, >> but actaully there is no need to call inode_newsize_ok() because the >> checks are >> already done in inode_ch

Re: [uml-devel] [PATCH] hostfs: fix a not needed double check

2012-11-24 Thread Richard Weinberger
Am Sat, 24 Nov 2012 10:02:32 +0100 schrieb Marco Stornelli : > Il 18/11/2012 09:59, Marco Stornelli ha scritto: > > Il 20/10/2012 12:02, Marco Stornelli ha scritto: > >> With the commit 3be2be0a32c18b0fd6d623cda63174a332ca0de1 we removed > >> vmtruncate, > >> but actaully there is no need to call

Re: [uml-devel] [PATCH] hostfs: fix a not needed double check

2012-11-24 Thread Marco Stornelli
Il 24/11/2012 10:12, Richard Weinberger ha scritto: > Am Sat, 24 Nov 2012 10:02:32 +0100 > schrieb Marco Stornelli : > >> Il 18/11/2012 09:59, Marco Stornelli ha scritto: >>> Il 20/10/2012 12:02, Marco Stornelli ha scritto: With the commit 3be2be0a32c18b0fd6d623cda63174a332ca0de1 we removed >>