Re: [PATCH 1/1] udf: update ctime and mtime of new_dir

2015-04-01 Thread Jan Kara
On Tue 24-03-15 16:47:25, Taesoo Kim wrote: > Upon successful rename(), update ctime and mtime of new_dir > as posix specifies. > > Signed-off-by: Taesoo Kim Thanks for spotting the problem! But you apparently didn't test the patch because it doesn't fix the problem - you've placed the timestam

[PATCH 1/1] udf: update ctime and mtime of new_dir

2015-03-24 Thread Taesoo Kim
Upon successful rename(), update ctime and mtime of new_dir as posix specifies. Signed-off-by: Taesoo Kim --- fs/udf/namei.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/udf/namei.c b/fs/udf/namei.c index 33b246b..eca1955 100644 --- a/fs/udf/namei.c +++ b/fs/udf/namei.c @@ -1144,6 +1