From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH block/for-4.5-fixes] writeback: keep superblock pinned during cgroup writeback association switches Date: Wed, 17 Feb 2016 18:02:31 -0500 Message-ID: <20160217230231.GC6479@mtj.duckdns.org> References: <20160215210047.GN3965@htj.duckdns.org> <20160216182457.GO3741@mtj.duckdns.org> <20160217205721.GE14140@quack.suse.cz> <20160217210744.GA6479@mtj.duckdns.org> <20160217223009.GN14140@quack.suse.cz> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=PL4ikS/grvS5gHTri/mruFvnKtcs9LISMCxXrKXRRn0=; b=hwzGKeNVb66j8JeuIWFj+4z+zSwyTI+xvS5/4GedRtoBSdWb1BW04UhEyit8suAgTt sF64xrYMOd+S4RNYvaFAhzarfkZU+c8djMgiRzJ1oDvbU/2gXcTZraar9F864+0PvKVV FScfGOhKivt1SwjPSYsnhO+zASLgimqSO4N37zWrXcD9g738rvGeRgFD46O9D1l6ItL6 8FUnr89UkCQqpj+nRuPRg+MgbQZiPmyw65O8TntYoM9B/OAjQNiRAr0aEGO202mCZb3a tOaO7K0KsLyXeU0FrbdD239Mh02eibsr7IFdtrmNU/1b4Lxww8I/EfSlx6W0mNYuvUlV qomg== Content-Disposition: inline In-Reply-To: Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tahsin Erdogan Cc: Jan Kara , Jens Axboe , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Theodore Ts'o , Nauman Rafique , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jan Kara On Wed, Feb 17, 2016 at 02:41:25PM -0800, Tahsin Erdogan wrote: > With this patch, I am starting to have issues running fsck immediately > after umount. > > *** fsck.ext4 output *** > fsck from util-linux-ng 2.17.2 > e2fsck 1.42.12-gg3 (9-Sep-2014) > Warning! /dev/sdb3 is in use. > Pass 1: Checking inodes, blocks, and sizes > Deleted inode 62346243 has zero dtime. Fix? no Yeah, that'd be one of the side effects. Will think more about it. Jan, do you know why we have both s_active and the rwsem at this point? I can't tell why both are needed. Thanks. -- tejun