From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 17 Jan 2014 06:54:51 +0100 Subject: [U-Boot] [PATCH 5/5] ext4: implement exists for ext4fs In-Reply-To: <1389909207-3107-5-git-send-email-swarren@wwwdotorg.org> References: <1389909207-3107-1-git-send-email-swarren@wwwdotorg.org> <1389909207-3107-5-git-send-email-swarren@wwwdotorg.org> Message-ID: <52D8C5AB.2040908@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On 16.01.2014 22:53, Stephen Warren wrote: > From: Stephen Warren > > This hooks into the generic "file exists" support added in an earlier > patch, and provides an implementation for the ext4 filesystem. > > Signed-off-by: Stephen Warren > --- > fs/fat/fat.c | 18 ++++++++++++++---- > fs/fs.c | 2 +- > include/fat.h | 1 + > 3 files changed, 16 insertions(+), 5 deletions(-) Nitpicking, but the subject and the description mention "ext4fs" (copy and paste mistake). Please change it to "fat" to match the patch. Thanks, Stefan