git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d3aa3
)
ceph: Do not do invalidate if the filesystem is mounted nofsc
author
Milosz Tanski
<milosz@adfin.com>
Thu, 5 Sep 2013 18:29:03 +0000
(18:29 +0000)
committer
Milosz Tanski
<milosz@adfin.com>
Fri, 6 Sep 2013 16:50:12 +0000
(16:50 +0000)
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>
No differences found