From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josef 'Jeff' Sipek" Subject: [PATCH 0/2] [TRIVIAL] Small cleanups for do_path_lookup (V2) Date: Sun, 6 May 2007 13:47:54 -0400 Message-ID: <11784736762516-git-send-email-jsipek@cs.sunysb.edu> Cc: hch@infradead.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: torvalds@linux-foundation.org, akpm@linux-foundation.org Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:60364 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754537AbXEFRsB (ORCPT ); Sun, 6 May 2007 13:48:01 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org (For changes since V1, see the end of this email.) The following 2 patches are trivial cleanups to do_path_lookup in namei.c. Since these changes are trivial, they can go into 2.6.22-rc1 without any problems. Josef 'Jeff' Sipek (2): fs: Fix indentation in do_path_lookup fs: Use path_walk in do_path_lookup diffstat for good measure: fs/namei.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) Josef 'Jeff' Sipek. Changes since V1: - Fixed up audit_inode condition (hch)