diff options
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 acdae00aaa54..22993f867d19 100644 --- a/fs/ubifs/journal.c +++ b/fs/ubifs/journal.c | |||
@@ -1374,7 +1374,7 @@ int ubifs_jnl_change_xattr(struct ubifs_info *c, const struct inode *inode, | |||
1374 | const struct inode *host) | 1374 | const struct inode *host) |
1375 | { | 1375 | { |
1376 | int err, len1, len2, aligned_len, aligned_len1, lnum, offs; | 1376 | int err, len1, len2, aligned_len, aligned_len1, lnum, offs; |
1377 | struct ubifs_inode *host_ui = ubifs_inode(inode); | 1377 | struct ubifs_inode *host_ui = ubifs_inode(host); |
1378 | struct ubifs_ino_node *ino; | 1378 | struct ubifs_ino_node *ino; |
1379 | union ubifs_key key; | 1379 | union ubifs_key key; |
1380 | int sync = IS_DIRSYNC(host); | 1380 | int sync = IS_DIRSYNC(host); |