From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josef 'Jeff' Sipek" Subject: [PATCH 09/13] fs/unionfs/: Miscellaneous coding style fixes Date: Sun, 4 Mar 2007 21:16:53 -0500 Message-ID: <1173061018104-git-send-email-jsipek@cs.sunysb.edu> References: <11730610174005-git-send-email-jsipek@cs.sunysb.edu> Cc: "Josef 'Jeff' Sipek" To: linux-fsdevel@vger.kernel.org Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:39139 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbXCECRG (ORCPT ); Sun, 4 Mar 2007 21:17:06 -0500 In-Reply-To: <11730610174005-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Signed-off-by: Josef 'Jeff' Sipek --- fs/unionfs/super.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 176cfb6..571b589 100644 --- a/fs/unionfs/super.c +++ b/fs/unionfs/super.c @@ -320,9 +320,8 @@ static int unionfs_show_options(struct seq_file *m, struct vfsmount *mnt) seq_printf(m, "%s=%s", path, perms & MAY_WRITE ? "rw" : "ro"); - if (bindex != bend) { + if (bindex != bend) seq_printf(m, ":"); - } } out: -- 1.5.0.2.260.g2eb065