summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/lfhexbin2849919 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/src/lfhex b/src/lfhex
deleted file mode 100755
index 08cf35b..0000000
--- a/src/lfhex
+++ /dev/null
Binary files differ
13e4f4a285d8c7d952d8d7be9f10783a85b5d3c (diff)
omfs: stop playing silly buggers with omfs_unlink() in ->rename()
Since omfs directories are hashes of inodes and name is part of inode, we have to remove inode from old directory before we can put it into new one / under new name. So instead of bump i_nlink call omfs_unlink, which does omfs_delete_entry() decrement i_nlink and mark parent dirty in case of success decrement i_nlink if omfs_unlink failed and hadn't done it itself let's just call omfs_delete_entry() and dirty the parent ourselves... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Bob Copeland <me@bobcopeland.com>
Diffstat (limited to 'fs/omfs/dir.c')