Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24.4 /fs/ufs/util.h

Filename:/fs/ufs/util.h
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.6.24.4-rc3  2.6.24.4-rc2  2.6.24.4-rc1  2.6.24  2.6.24-rc8  2.6.24-rc7 
(Following) 2.6.24.5  2.6.24.6  2.6.24.7  2.6.25-rc7  2.6.25-rc8  2.6.25-rc9 

Location
[  2.6.24.4
  [  fs
    [  ufs
       o  util.h

Patch

diff --git a/fs/ufs/util.h b/fs/ufs/util.h
index b26fc4d..23ceed8 100644
--- a/fs/ufs/util.h
+++ b/fs/ufs/util.h
@@ -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;
       }


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.