From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: get_fs_excl/put_fs_excl/has_fs_excl Date: Thu, 23 Apr 2009 21:18:17 +0200 Message-ID: <20090423191817.GA22521@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: axboe@kernel.dk Return-path: Received: from verein.lst.de ([213.95.11.210]:38928 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754504AbZDWTSZ (ORCPT ); Thu, 23 Apr 2009 15:18:25 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Stumbled over these gems recently when investigating the lock_super/unlock_super removal. These were added in commit 22e2c507c301c3dbbcf91b4948b88f78842ee6c9 [PATCH] Update cfq io scheduler to time sliced design which unfortunately doesn't contain any comments about it. It seems to be used to allow boosting priority for some sort of central fs metadata updates, at least what the usage in the reiserfs journal code looks like that. Do you happen to have some notes/anecdotes about it so that we can document it, give it saner naming and use it directly in the spots that need it (including inside xfs, btrfs, etc) instead of lock_super?