[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.61.0609051156330.32409@yvahk01.tjqt.qr>
Date: Tue, 5 Sep 2006 12:02:00 +0200 (MEST)
From: Jan Engelhardt <jengelh@...ux01.gwdg.de>
To: Steven Whitehouse <swhiteho@...hat.com>
cc: linux-kernel@...r.kernel.org,
Russell Cattelan <cattelan@...hat.com>,
David Teigland <teigland@...hat.com>,
Ingo Molnar <mingo@...e.hu>, hch@...radead.org
Subject: Re: [PATCH 12/16] GFS2: Mounting & sysfs interface
>+static struct kset gfs2_kset = {
>+ .subsys = &fs_subsys,
>+ .kobj = {.name = "gfs2",},
I think
.kobj = {.name = "gfs2"},
would suffice style-wise (, only looks good on multiple lines IMO, but anyone
who wants to object may scream out loud *now*).
>+ .ktype = &gfs2_ktype,
>+};
>+/* one oddball doesn't fit the macro mold */
>+static ssize_t noatime_show(struct gfs2_sbd *sdp, char *buf)
>+{
>+ return sprintf(buf, "%d\n", !!test_bit(SDF_NOATIME, &sdp->sd_flags));
>+}
Hm, what does test_bit return, if not 0 or 1? (Questioning the
possible redundancy of !!)
Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists