Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287839
b: refs/heads/master
c: 37fbf4b
h: refs/heads/master
i:
  287837: 6962450
  287835: 6622157
  287831: f4980d7
  287823: 5cf95e8
  287807: eca173c
v: v3
  • Loading branch information
Anton Altaparmakov authored and Linus Torvalds committed Feb 23, 2012
1 parent baf1de9 commit 4cb0085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: bb4c7e9a9908548b458f34afb2fee74dc0d49f90
refs/heads/master: 37fbf4bfb826372c3ca6c09d8a015d1fe9f5e186
4 changes: 2 additions & 2 deletions trunk/fs/direct-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void inode_dio_wait(struct inode *inode)
if (atomic_read(&inode->i_dio_count))
__inode_dio_wait(inode);
}
EXPORT_SYMBOL_GPL(inode_dio_wait);
EXPORT_SYMBOL(inode_dio_wait);

/*
* inode_dio_done - signal finish of a direct I/O requests
Expand All @@ -187,7 +187,7 @@ void inode_dio_done(struct inode *inode)
if (atomic_dec_and_test(&inode->i_dio_count))
wake_up_bit(&inode->i_state, __I_DIO_WAKEUP);
}
EXPORT_SYMBOL_GPL(inode_dio_done);
EXPORT_SYMBOL(inode_dio_done);

/*
* How many pages are in the queue?
Expand Down

0 comments on commit 4cb0085

Please sign in to comment.