Displaying 2 results from an estimated 2 matches for "ext3_renam".
Did you mean:
ext3_rename
2001 Mar 20
2
ext3_rename ctime handling
Hi,
Arthur found out that ext3 is not changing the ctime on the "old_dir" (the
object that is being renamed), but ext2 does. It looks to me like this is
simply an omission of the following little patch from namei.c
- Peter -
--- fs/ext3/namei.c.orig Mon Mar 19 22:55:03 2001
+++ fs/ext3/namei.c Mon Mar 19 22:53:40 2001
@@ -985,6 +985,13 @@
new_dir->i_version =
2005 Dec 01
0
Errors reported by Coverity in ext3.
...e(in the current
kernel version):
fs/ext3/inode.c ext3_clear_blocks 1829
fs/ext3/namei.c ext3_append 63
fs/ext3/namei.c ext3_delete_entry 1585
fs/ext3/namei.c ext3_mkdir 1745
fs/ext3/namei.c ext3_rename 2273
fs/ext3/namei.c ext3_rename 2328
I have attached the full text of errors reported by Coverity on
kernel version 2.6.13, for reference.
---
1. Error reported in ext3/namei.c
---
CID: 3549
Checker: CHECKED_RETURN
File: fs/ext3/namei.c
Function: ext...