Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208329
b: refs/heads/master
c: aca27ba
h: refs/heads/master
i:
  208327: 3ac5f7b
v: v3
  • Loading branch information
Tejun Heo authored and Jens Axboe committed Aug 7, 2010
1 parent 2f4c7fc commit 0f5bfb7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: edca4a380584a65a16839bdee33ec82244f0f88e
refs/heads/master: aca27ba9618276dd2f777bcd5a1419589ccf1ca8
6 changes: 3 additions & 3 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ struct inodes_stat_t {
*
*/
#define RW_MASK 1
#define RWA_MASK 2
#define RWA_MASK 16

#define READ 0
#define WRITE 1
#define READA 2 /* readahead - don't block if no resources */
#define SWRITE 3 /* for ll_rw_block() - wait for buffer lock */
#define READA 16 /* readahead - don't block if no resources */
#define SWRITE 17 /* for ll_rw_block(), wait for buffer lock */

#define READ_SYNC (READ | REQ_SYNC | REQ_UNPLUG)
#define READ_META (READ | REQ_META)
Expand Down

0 comments on commit 0f5bfb7

Please sign in to comment.