Commit 55a8d02b authored by Nan Jia's avatar Nan Jia Committed by Dave Kleikamp

jfs: removed a prohibited space after opening parenthesis

Fixed a coding style issue.
Signed-off-by: default avatarNan Jia <jiananmail@gmail.com>
Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent c65b99f0
...@@ -76,7 +76,7 @@ static int jfs_open(struct inode *inode, struct file *file) ...@@ -76,7 +76,7 @@ static int jfs_open(struct inode *inode, struct file *file)
if (ji->active_ag == -1) { if (ji->active_ag == -1) {
struct jfs_sb_info *jfs_sb = JFS_SBI(inode->i_sb); struct jfs_sb_info *jfs_sb = JFS_SBI(inode->i_sb);
ji->active_ag = BLKTOAG(addressPXD(&ji->ixpxd), jfs_sb); ji->active_ag = BLKTOAG(addressPXD(&ji->ixpxd), jfs_sb);
atomic_inc( &jfs_sb->bmap->db_active[ji->active_ag]); atomic_inc(&jfs_sb->bmap->db_active[ji->active_ag]);
} }
spin_unlock_irq(&ji->ag_lock); spin_unlock_irq(&ji->ag_lock);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment