commit | e81568eb1819af1391ac27ab28ac851410315a9f | [log] [tgz] |
---|---|---|
author | Milosz Tanski <milosz@adfin.com> | Thu Sep 05 18:29:03 2013 +0000 |
committer | Milosz Tanski <milosz@adfin.com> | Fri Sep 06 16:50:12 2013 +0000 |
tree | 1131da4ce41231d7f2563519ec24cef7fd18657f | |
parent | d4d3aa38d66d0313401534bff2e4647df0a6d538 [diff] |
ceph: Do not do invalidate if the filesystem is mounted nofsc Previously we would always try to enqueue work even if the filesystem is not mounted with fscache enabled (or the file has no cookie). In the case of the filesystem mouned nofsc (but with fscache compiled in) this would lead to a crash. Signed-off-by: Milosz Tanski <milosz@adfin.com>