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 Date: Sat, 5 May 2007 18:59:38 -0400 Message-ID: <1178405980972-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]:54798 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934078AbXEEXBx (ORCPT ); Sat, 5 May 2007 19:01:53 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Josef 'Jeff' Sipek. jsipek@cs.sunysb.edu