commit | 534a4c3db58064caee4fc3e9e294251240d9d28a | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@whamcloud.com> | Sat Jun 11 11:50:01 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 11 11:50:01 2011 -0400 |
tree | 66a67ca37c6ce19c552e3a01e11371f2f2e40595 | |
parent | a1a769987b0604d8836541cefe89661ec8db02c7 [diff] |
ext2fs: don't use O_DIRECT if not available O_DIRECT is not defined on OSX. Since direct IO is only a new optimization and not needed for correct functionality, disable it if O_DIRECT is unavailable. Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>