Re: [PATCH 6/7] ext4: rename: split out helper functions

2013-10-02 Thread Jan Kara
On Tue 01-10-13 18:00:38, Miklos Szeredi wrote: > From: Miklos Szeredi > > Cross rename (exchange source and dest) will need to call some of these > helpers for both source and dest, while overwriting rename currently only > calls them for one or the other. This also makes the code easier to > f

[PATCH 6/7] ext4: rename: split out helper functions

2013-10-01 Thread Miklos Szeredi
From: Miklos Szeredi Cross rename (exchange source and dest) will need to call some of these helpers for both source and dest, while overwriting rename currently only calls them for one or the other. This also makes the code easier to follow. Signed-off-by: Miklos Szeredi --- fs/ext4/namei.c