From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas M Subject: Re: [GIT PULL -mm] 00/14 VFS/Unionfs updates/fixes/cleanups Date: Wed, 02 Apr 2008 15:48:00 +0200 Message-ID: <47F38E90.20306@slax.org> References: <12070840162442-git-send-email-ezk@cs.sunysb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, viro@ftp.linux.org.uk, hch@infradead.org To: Erez Zadok Return-path: In-Reply-To: <12070840162442-git-send-email-ezk@cs.sunysb.edu> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > 1. Based on recommendations we've received while at LSF'08, we've changed > Unionfs to use the vm_operations->fault method, instead of > address_space_operations. This makes unionfs's code smaller, runs faster > (reduce memory pressure), and removes a number of potential races. This > change is significant ... Interesting to see you're finally switching to the approach, which is in AUFS for ages. May I ask you, why did it took so long? Mainly, why did you refused to make the changes last year? Thank you Tomas M