commit | f948d56435fc1f7506f08866302ecd6e60b533dd | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Tue Jun 17 18:05:40 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jun 17 18:08:10 2008 -0700 |
tree | eb729171e36e53888ed9dd7033e3dee1b2a682e0 | |
parent | cd50e89244087432a70598e432ff199a009b0e73 [diff] |
fuse: fix thinko in max I/O size calucation Use max not min to enforce a lower limit on the max I/O size. This bug was introduced by "fuse: fix max i/o size calculation" (commit e5d9a0df07484d6d191756878c974e4307fb24ce). Thanks to Brian Wang for noticing. Reported-by: Brian Wang <ywang221@hotmail.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Acked-by: Szabolcs Szakacsits <szaka@ntfs-3g.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>