Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257406
b: refs/heads/master
c: ed70afc
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Al Viro committed Jul 22, 2011
1 parent a0dac1c commit 2a18447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 295cc522c2b2834b302424e41ebb5846df6d61bd
refs/heads/master: ed70afcd6e795e3de98df56f1cd0f898fbf641a7
4 changes: 4 additions & 0 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2423,6 +2423,10 @@ static inline ssize_t blockdev_direct_IO(int rw, struct kiocb *iocb,
offset, nr_segs, get_block, NULL, NULL,
DIO_LOCKING | DIO_SKIP_HOLES);
}
#else
static inline void inode_dio_wait(struct inode *inode)
{
}
#endif

extern const struct file_operations generic_ro_fops;
Expand Down

0 comments on commit 2a18447

Please sign in to comment.