Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29823
b: refs/heads/master
c: 7d93a1a
h: refs/heads/master
i:
  29821: 7f13d7f
  29819: e696d85
  29815: fb3536c
  29807: b0e00c1
  29791: 554e3bc
  29759: 606f610
  29695: 149aa9b
v: v3
  • Loading branch information
Evgeniy Dushistov authored and Linus Torvalds committed Jun 25, 2006
1 parent 8067a41 commit 99aa9cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77787bfb44da6e6166af088226707aeccee27968
refs/heads/master: 7d93a1a53a72aa704a8fef6e0fb4f6c6cd6aa07a
3 changes: 1 addition & 2 deletions trunk/fs/ext2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@ ino_t ext2_inode_by_name(struct inode * dir, struct dentry *dentry)
de = ext2_find_entry (dir, dentry, &page);
if (de) {
res = le32_to_cpu(de->inode);
kunmap(page);
page_cache_release(page);
ext2_put_page(page);
}
return res;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ext2/fsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "ext2.h"
#include <linux/smp_lock.h>
#include <linux/buffer_head.h> /* for fsync_inode_buffers() */
#include <linux/buffer_head.h> /* for sync_mapping_buffers() */


/*
Expand Down

0 comments on commit 99aa9cc

Please sign in to comment.