Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86206
b: refs/heads/master
c: f81e8a4
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Feb 24, 2008
1 parent 4054e27 commit 32a68a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55a26aeec07f8fdb0f7027a605a430338eb78f4e
refs/heads/master: f81e8a43871f44f98dd14e83a83bf9ca0b3b46c5
2 changes: 1 addition & 1 deletion trunk/fs/ufs/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ufs_set_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1,
{
switch (UFS_SB(sb)->s_flags & UFS_ST_MASK) {
case UFS_ST_SUNOS:
if (fs32_to_cpu(sb, usb3->fs_postblformat == UFS_42POSTBLFMT)) {
if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT) {
usb1->fs_u0.fs_sun.fs_state = cpu_to_fs32(sb, value);
break;
}
Expand Down

0 comments on commit 32a68a1

Please sign in to comment.