commit | 1bcceaff8cbe5e5698ccf1015c9a938aa72718c4 | [log] [tgz] |
---|---|---|
author | Joern Engel <joern@logfs.org> | Fri Aug 05 11:18:19 2011 +0200 |
committer | Prasad Joshi <prasadjoshi.linux@gmail.com> | Sat Jan 28 11:42:39 2012 +0530 |
tree | 2e36c3d9d5577dbfd3998cab37576a8761cf18fa | |
parent | 6c69494f6b442834f26377e02d43fc8e1272221d [diff] [blame] |
logfs: Free areas before calling generic_shutdown_super() Or hit an assertion in map_invalidatepage() instead. Signed-off-by: Joern Engel <joern@logfs.org>
diff --git a/fs/logfs/super.c b/fs/logfs/super.c index f9b7a30..c9ee7f5 100644 --- a/fs/logfs/super.c +++ b/fs/logfs/super.c
@@ -486,6 +486,7 @@ /* Alias entries slow down mount, so evict as many as possible */ sync_filesystem(sb); logfs_write_anchor(sb); + free_areas(sb); /* * From this point on alias entries are simply dropped - and any