diff options
| author | Alexander Nedotsukov <bland@FreeBSD.org> | 2009-06-09 04:09:31 +0000 |
|---|---|---|
| committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2009-06-09 04:09:31 +0000 |
| commit | 64fbf83d6d9fabb45328d5f86af88423a7898120 (patch) | |
| tree | 9bf1ed049ab8889bd6977c90c5cc11052752fcbb /usr.bin/fstat | |
| parent | e29dea04cbd2d71631aa524a2c8a9ac488dc2424 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fstat')
| -rw-r--r-- | usr.bin/fstat/zfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c index cc284fb58bad..008f1746b0ba 100644 --- a/usr.bin/fstat/zfs.c +++ b/usr.bin/fstat/zfs.c @@ -58,7 +58,7 @@ * definition. */ #define LOCATION_ZID (2 * sizeof(void *)) -#define LOCATION_ZPHYS(zsize) ((zsize) - (2 * sizeof(void *) - sizeof(struct task))) +#define LOCATION_ZPHYS(zsize) ((zsize) - (2 * sizeof(void *) + sizeof(struct task))) int zfs_filestat(struct vnode *vp, struct filestat *fsp) |
