diff options
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
| -rw-r--r-- | fs/xfs/xfs_vfsops.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index d4ec4dfaf19c..504d2a80747a 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c | |||
| @@ -880,10 +880,10 @@ xfs_statvfs( | |||
| 880 | * determine if they should be flushed sync, async, or | 880 | * determine if they should be flushed sync, async, or |
| 881 | * delwri. | 881 | * delwri. |
| 882 | * SYNC_CLOSE - This flag is passed when the system is being | 882 | * SYNC_CLOSE - This flag is passed when the system is being |
| 883 | * unmounted. We should sync and invalidate everthing. | 883 | * unmounted. We should sync and invalidate everything. |
| 884 | * SYNC_FSDATA - This indicates that the caller would like to make | 884 | * SYNC_FSDATA - This indicates that the caller would like to make |
| 885 | * sure the superblock is safe on disk. We can ensure | 885 | * sure the superblock is safe on disk. We can ensure |
| 886 | * this by simply makeing sure the log gets flushed | 886 | * this by simply making sure the log gets flushed |
| 887 | * if SYNC_BDFLUSH is set, and by actually writing it | 887 | * if SYNC_BDFLUSH is set, and by actually writing it |
| 888 | * out otherwise. | 888 | * out otherwise. |
| 889 | * | 889 | * |
| @@ -908,7 +908,7 @@ xfs_sync( | |||
| 908 | * | 908 | * |
| 909 | * This routine supports all of the flags defined for the generic VFS_SYNC | 909 | * This routine supports all of the flags defined for the generic VFS_SYNC |
| 910 | * interface as explained above under xfs_sync. In the interests of not | 910 | * interface as explained above under xfs_sync. In the interests of not |
| 911 | * changing interfaces within the 6.5 family, additional internallly- | 911 | * changing interfaces within the 6.5 family, additional internally- |
| 912 | * required functions are specified within a separate xflags parameter, | 912 | * required functions are specified within a separate xflags parameter, |
| 913 | * only available by calling this routine. | 913 | * only available by calling this routine. |
| 914 | * | 914 | * |
| @@ -1090,7 +1090,7 @@ xfs_sync_inodes( | |||
| 1090 | * If this is just vfs_sync() or pflushd() calling | 1090 | * If this is just vfs_sync() or pflushd() calling |
| 1091 | * then we can skip inodes for which it looks like | 1091 | * then we can skip inodes for which it looks like |
| 1092 | * there is nothing to do. Since we don't have the | 1092 | * there is nothing to do. Since we don't have the |
| 1093 | * inode locked this is racey, but these are periodic | 1093 | * inode locked this is racy, but these are periodic |
| 1094 | * calls so it doesn't matter. For the others we want | 1094 | * calls so it doesn't matter. For the others we want |
| 1095 | * to know for sure, so we at least try to lock them. | 1095 | * to know for sure, so we at least try to lock them. |
| 1096 | */ | 1096 | */ |
| @@ -1429,7 +1429,7 @@ xfs_sync_inodes( | |||
| 1429 | * | 1429 | * |
| 1430 | * This routine supports all of the flags defined for the generic VFS_SYNC | 1430 | * This routine supports all of the flags defined for the generic VFS_SYNC |
| 1431 | * interface as explained above under xfs_sync. In the interests of not | 1431 | * interface as explained above under xfs_sync. In the interests of not |
| 1432 | * changing interfaces within the 6.5 family, additional internallly- | 1432 | * changing interfaces within the 6.5 family, additional internally- |
| 1433 | * required functions are specified within a separate xflags parameter, | 1433 | * required functions are specified within a separate xflags parameter, |
| 1434 | * only available by calling this routine. | 1434 | * only available by calling this routine. |
| 1435 | * | 1435 | * |
