public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] vfs: indent cleanup for fs/namei.c
@ 2010-04-04  7:49 
  2010-04-05 12:33 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From:  @ 2010-04-04  7:49 UTC (permalink / raw)
  To: kernel-janitors

indent cleanup for fs/namei.c

Signed-off-by: Peter Pan <wppan@redflag-linux.com>
---
  fs/namei.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/namei.c b/fs/namei.c
index a7dce91..905fb84 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -172,7 +172,7 @@ EXPORT_SYMBOL(putname);
  static int acl_permission_check(struct inode *inode, int mask,
  		int (*check_acl)(struct inode *inode, int mask))
  {
-	umode_t			mode = inode->i_mode;
+	umode_t mode = inode->i_mode;

  	mask &= MAY_READ | MAY_WRITE | MAY_EXEC;

-- 
1.6.2.2

Regards
-- 
潘卫平(Peter Pan)
Red Flag Software Co.,Ltd.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-05 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-04  7:49 [patch] vfs: indent cleanup for fs/namei.c 
2010-04-05 12:33 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox