Whamcloud - gitweb
Reverting the changes
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext3-remove-del_entry-space.patch
1 diff -rupN linux-2.6.18-53.1.14.org/fs/ext3/namei.c linux-2.6.18-53.1.14.new/fs/ext3/namei.c
2 --- linux-2.6.18-53.1.14.org/fs/ext3/namei.c    2008-10-21 16:08:28.000000000 +0530
3 +++ linux-2.6.18-53.1.14.new/fs/ext3/namei.c    2008-10-21 16:09:25.000000000 +0530
4 @@ -1612,7 +1612,7 @@ cleanup:
5   * ext3_delete_entry deletes a directory entry by merging it with the
6   * previous entry
7   */
8 -static int ext3_delete_entry (handle_t *handle, 
9 +static int ext3_delete_entry (handle_t *handle,
10                               struct inode * dir,
11                               struct ext3_dir_entry_2 * de_del,
12                               struct buffer_head * bh)