From: Miklos Szeredi Date: Wed, 1 Jul 2015 14:25:57 +0000 (+0200) Subject: fuse: call fuse_abort_conn() in dev release X-Git-Tag: omap-for-v4.2/fixes-rc1^2~41^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd0a0bd16ff01bb27bacbeb2e0e4983dc299502;p=pandora-kernel.git fuse: call fuse_abort_conn() in dev release fuse_abort_conn() does all the work done by fuse_dev_release() and more. "More" consists of: end_io_requests(fc); wake_up_all(&fc->waitq); kill_fasync(&fc->fasync, SIGIO, POLL_IN); All of which should be no-op (WARN_ON's added). Signed-off-by: Miklos Szeredi Reviewed-by: Ashish Samant --- Reading git-diff-tree failed