lkml.org 
[lkml]   [2005]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 11/16] GFS: mount and tuning options
On Mon, Oct 10, 2005 at 12:10:52PM -0500, David Teigland wrote:
> +static ssize_t statfs_show(struct gfs2_sbd *sdp, char *buf)
> +{
> + struct gfs2_statfs_change sc;
> + int rv;
> +
> + if (gfs2_tune_get(sdp, gt_statfs_slow))
> + rv = gfs2_statfs_slow(sdp, &sc);
> + else
> + rv = gfs2_statfs_i(sdp, &sc);
> +
> + if (rv)
> + goto out;
> +
> + rv += sprintf(buf + rv, "bsize %u\n", sdp->sd_sb.sb_bsize);
> + rv += sprintf(buf + rv, "total %lld\n", sc.sc_total);
> + rv += sprintf(buf + rv, "free %lld\n", sc.sc_free);
> + rv += sprintf(buf + rv, "dinodes %lld\n", sc.sc_dinodes);

No, 1 value per sysfs file please.

> +/* FIXME: this should go under fs_subsys, /sys/fs/ */

Then put it there, there is a patch floating around that creates
/sys/fs/ but I haven't applied it as I need a user for it before I do.
Feel free to add that patch to your patch series.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-10 23:05    [W:1.426 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site