summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
diff options
context:
space:
mode:
authorNathan Scott2006-01-11 05:33:02 +0100
committerNathan Scott2006-01-11 05:33:02 +0100
commit3ddb8fa98ccce6c3b2afd2f4b95a10b3bb60d1f0 (patch)
treeb0dcd39ac52092cb66c022b2ec86bee27dda6a64 /fs/xfs/xfs_vnodeops.c
parent[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont (diff)
downloadkernel-qcow2-linux-3ddb8fa98ccce6c3b2afd2f4b95a10b3bb60d1f0.tar.gz
kernel-qcow2-linux-3ddb8fa98ccce6c3b2afd2f4b95a10b3bb60d1f0.tar.xz
kernel-qcow2-linux-3ddb8fa98ccce6c3b2afd2f4b95a10b3bb60d1f0.zip
[XFS] Sort out cosmetic differences between user and kernel copies of some
sources. SGI-PV: 907752 SGI-Modid: xfs-linux-melb:xfs-kern:24659a Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_vnodeops.c')
-rw-r--r--fs/xfs/xfs_vnodeops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c
index f6aed9ef6a61..15734c54952e 100644
--- a/fs/xfs/xfs_vnodeops.c
+++ b/fs/xfs/xfs_vnodeops.c
@@ -4056,7 +4056,7 @@ retry:
xfs_fileoff_t s, e;
/*
- * Determine space reservations for data/realtime,
+ * Determine space reservations for data/realtime.
*/
if (unlikely(extsz)) {
s = startoffset_fsb;