From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: [PATCH 0/2] AFFS clean-ups Date: Fri, 11 Jun 2010 18:05:18 +0300 Message-ID: <1276268720-7398-1-git-send-email-dedekind1@gmail.com> Cc: LKML , linux-fsdevel@vger.kernel.org To: Al Viro Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Al, you requested me to clean up 'sb->s_dirt' users, but did not respond to my last "sync_supers" optimizations patch series: http://marc.info/?l=linux-fsdevel&m=127583599911620&w=2 Probably the patch series was too large, so I decided to submit you few patches at a time. Here are AFFS clean-up patches. They lessen the amount of places where it refers 'sb->s_dirt', and fix few issues. The patches were tested - I mounted AFFS, did some simple operations, added prints to write super and saw that it is still synchronized. Please, take a look and add to your tree if they are fine. I'll then send you some more patches. Artem.