diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-03-20 13:11:12 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-03-20 13:11:12 -0400 |
commit | 7d4e9ccb435e51e013e63abd340b4f496428139c (patch) | |
tree | c61d7f4b984cf67de137f8a8f821e1dc4da3fa50 /fs/ubifs/journal.c | |
parent | fb1cd01a33ecb8a49d590c034ba146dff80c5597 (diff) |
UBIFS: fix commentaries
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/journal.c')
-rw-r--r-- | fs/ubifs/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/journal.c b/fs/ubifs/journal.c index a2d334eccbca..64b5f3a309f5 100644 --- a/fs/ubifs/journal.c +++ b/fs/ubifs/journal.c | |||
@@ -1365,7 +1365,7 @@ out_ro: | |||
1365 | * @host: host inode | 1365 | * @host: host inode |
1366 | * | 1366 | * |
1367 | * This function writes the updated version of an extended attribute inode and | 1367 | * This function writes the updated version of an extended attribute inode and |
1368 | * the host inode tho the journal (to the base head). The host inode is written | 1368 | * the host inode to the journal (to the base head). The host inode is written |
1369 | * after the extended attribute inode in order to guarantee that the extended | 1369 | * after the extended attribute inode in order to guarantee that the extended |
1370 | * attribute will be flushed when the inode is synchronized by 'fsync()' and | 1370 | * attribute will be flushed when the inode is synchronized by 'fsync()' and |
1371 | * consequently, the write-buffer is synchronized. This function returns zero | 1371 | * consequently, the write-buffer is synchronized. This function returns zero |