Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348105
b: refs/heads/master
c: a28a917
h: refs/heads/master
i:
  348103: dfdbe75
v: v3
  • Loading branch information
Eric Sandeen authored and Theodore Ts'o committed Dec 25, 2012
1 parent 540e6a0 commit c4aff68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: ad96f7115593e962dd22a0519021eafaba56f5e3
refs/heads/master: a28a9178e8fcd9b94f7333184ce78e816c8cb2af
8 changes: 0 additions & 8 deletions trunk/fs/ext4/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ ext4_file_dio_write(struct kiocb *iocb, const struct iovec *iov,

/* Unaligned direct AIO must be serialized; see comment above */
if (unaligned_aio) {
static unsigned long unaligned_warn_time;

/* Warn about this once per day */
if (printk_timed_ratelimit(&unaligned_warn_time, 60*60*24*HZ))
ext4_msg(inode->i_sb, KERN_WARNING,
"Unaligned AIO/DIO on inode %ld by %s; "
"performance will be poor.",
inode->i_ino, current->comm);
mutex_lock(ext4_aio_mutex(inode));
ext4_unwritten_wait(inode);
}
Expand Down

0 comments on commit c4aff68

Please sign in to comment.