Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166767
b: refs/heads/master
c: 74072d0
h: refs/heads/master
i:
  166765: dcea84c
  166763: 9773af8
  166759: a89ec24
  166751: 9d46ada
v: v3
  • Loading branch information
Curt Wohlgemuth authored and Theodore Ts'o committed Oct 3, 2009
1 parent 6067f5d commit 0c1ce01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: f0e2dfa7f3e1361ca8fc91c25e67fc4e92613cc9
refs/heads/master: 74072d0a63553720dd3c70a8b8e9407eb2027dbe
2 changes: 0 additions & 2 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5612,14 +5612,12 @@ int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode)
*/
void ext4_dirty_inode(struct inode *inode)
{
handle_t *current_handle = ext4_journal_current_handle();
handle_t *handle;

handle = ext4_journal_start(inode, 2);
if (IS_ERR(handle))
goto out;

jbd_debug(5, "marking dirty. outer handle=%p\n", current_handle);
ext4_mark_inode_dirty(handle, inode);

ext4_journal_stop(handle);
Expand Down

0 comments on commit 0c1ce01

Please sign in to comment.