Re: [PATCH v2] vfs: Don't exchange "short" filenames unconditionally.

2014-09-28 Thread Mikhail Efremov
at someone with much more knowledge of the kernel code than my own (Al or Miklos may be) will do that. -- WBR, Mikhail Efremov -- 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 v2] vfs: Don't exchange "short" filenames unconditionally.

2014-09-24 Thread Mikhail Efremov
1ce0670c14 "vfs: add cross-rename" Signed-off-by: Mikhail Efremov --- fs/dcache.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/fs/dcache.c b/fs/dcache.c index 7a5b514..3218570 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2372,7 +2372,8 @@

Re: [PATCH] vfs: Don't exchange filenames unconditionally.

2014-09-19 Thread Mikhail Efremov
On Thu, 18 Sep 2014 13:22:07 +0200 Mateusz Guzik wrote: > On Thu, Sep 18, 2014 at 02:55:00PM +0400, Mikhail Efremov wrote: > > Only exchange source and destination filenames > > if flags contain RENAME_EXCHANGE. > > But names are still exchanged without RENAME_EXCHANGE, pro

[PATCH] vfs: Don't exchange filenames unconditionally.

2014-09-18 Thread Mikhail Efremov
failing to identify the running process. Cc: Miklos Szeredi Cc: Alexander Viro Cc: linux-fsde...@vger.kernel.org Fixes: da1ce0670c14 "vfs: add cross-rename" Signed-off-by: Mikhail Efremov --- fs/dcache.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) di