commit | 9da12e3a7de1665a14063653b60e872da0ee7810 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Thu Jul 19 22:15:27 2018 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Aug 13 17:55:43 2018 +0200 |
tree | 50aa30146497e8ace171bbbbac5fbc50e2d9338a | |
parent | 36a4c72d1c6f5f50d4db14a38f296855ae82571b [diff] |
ceph: compare fsc->max_file_size and inode->i_size for max file size limit In ceph_llseek(), we compare fsc->max_file_size and inode->i_size to choose max file size limit. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>