fuse: don't BUG on no write file
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 1 Oct 2013 14:44:52 +0000 (16:44 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 1 Oct 2013 14:44:52 +0000 (16:44 +0200)
commit72523425fb434e81c0c9f611bd880ce339c4e06b
tree1ef20df324b842a78a2c7e3df6a957424d7ac042
parentcca2437045dda994d23bd65891b71e091fa35b5a
fuse: don't BUG on no write file

Don't bug if there's no writable files found for page writeback.  If ever
this is triggered, a WARN_ON helps debugging it much better then a BUG_ON.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c