1
0
Files
linux/fs/ocfs2
Srinivas Eeda e325a88f17 ocfs2: fix rename vs unlink race
If another node unlinks the destination while ocfs2_rename() is waiting on a
cluster lock, ocfs2_rename() simply logs an error and continues. This causes
a crash because the renaming node is now trying to delete a non-existent
inode. The correct solution is to return -ENOENT.

Signed-off-by: Srinivas Eeda <srinivas.eeda@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2007-11-06 15:35:40 -08:00
..
2007-10-16 09:42:58 -07:00
2007-10-12 11:54:38 -07:00
2007-11-06 15:32:00 -08:00
2007-07-18 08:47:40 -07:00
2007-10-12 11:54:40 -07:00
2007-10-12 11:54:37 -07:00
2007-10-12 11:54:40 -07:00
2007-07-20 08:44:19 -07:00
2007-11-06 15:35:40 -08:00