Revision 85db36cfb3de1422aeafb4e2ce83396333b744bb authored by Chris Mason on 23 April 2015, 15:02:49 UTC, committed by Chris Mason on 24 April 2015, 00:47:34 UTC
The code to fix stalls during free spache cache IO wasn't using
the correct root when waiting on the IO for inode caches.  This
is only a problem when the inode cache is enabled with

mount -o inode_cache

This fixes the inode cache writeout to preserve any error values and
makes sure not to override the root when inode cache writeout is done.

Reported-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Chris Mason <clm@fb.com>
1 parent e082f56
History
File Mode Size
.gitignore -rw-r--r-- 13 bytes
Makefile -rw-r--r-- 716 bytes
bin2c.c -rw-r--r-- 703 bytes
fixdep.c -rw-r--r-- 11.4 KB

back to top