[Pkg-lustre-maintainers] Fwd: [PATCH] "stat -f" support for lustre
Andreas Dilger
adilger at sun.com
Sat Oct 11 20:58:31 UTC 2008
On Oct 09, 2008 21:28 +0200, Patrick Winnertz wrote:
> Could you please consider this small patch in order to make lustre known to
> stat? For an explanation see attached email.
Note that I also got confirmation from the GNU coreutils maintainer
Jim Meyering <jim at meyering.net> that this was being pushed into
the upstream repository a few days ago, if that makes it easier to
get into the Debian packages.
Andreas Dilger <adilger at sun.com> wrote:
> I've submitted the following patch upstream to GNU coreutils, but you
> may want to consider adding it to Debian also, if it isn't already there.
> It allows "stat -f" to report the "lustre" filesystem type instead of
> "UNKNOWN (0x0bd00bd0)".
>
>
> --- coreutils-6.12/src/stat.c.orig 2008-05-26 00:40:32.000000000 -0600
> +++ coreutils-6.12/src/stat.c 2008-10-03 17:40:12.000000000 -0600
> @@ -271,6 +271,8 @@ human_fstype (STRUCT_STATVFS const *stat
> return "jffs";
> case S_MAGIC_JFS: /* 0x3153464A */
> return "jfs";
> + case S_MAGIC_LUSTRE: /* 0x0BD00BD0 */
> + return "lustre";
> case S_MAGIC_MINIX: /* 0x137F */
> return "minix";
> case S_MAGIC_MINIX_30: /* 0x138F */
Cheers, Andreas
--
Andreas Dilger
Sr. Staff Engineer, Lustre Group
Sun Microsystems of Canada, Inc.
More information about the Pkg-lustre-maintainers
mailing list