search for: ext3_dx_add_entri

Displaying 2 results from an estimated 2 matches for "ext3_dx_add_entri".

Did you mean: ext3_dx_add_entry
2010 May 02
1
ext3_dx_add_entry: Directory index full!
My log is showing errors like May 1 05:14:17 corn kernel: [6822807.017625] EXT3-fs warning (device dm-7): ext3_dx_add_entry: Directory index full! Judging from the minor device numbers in /dev/mapper, that corresponds to my mail spool. My searches suggest that the problem indicates an individual directory has too many files in it. There does not seem to be a general shortage of inodes or space.
2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
Hi In ext3_get_parent(), quick string (struct qstr) can do the job, in place of declaring a dentry on stack. Following patch does this and saves few bytes on kernel stack. Thanks, Maneesh namei.c | 69 ++++++++++++++++++++++++++++++---------------------------------- 1 files changed, 33 insertions(+), 36 deletions(-) diff -urN linux-2.5.58-base/fs/ext3/namei.c