commit | 438282d85de2c8f8c5183fdf55140e51a0b18670 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Tue Sep 20 14:58:11 2005 -0500 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Tue Sep 20 14:58:11 2005 -0500 |
tree | ee90f834ebbf60d45b11d48c4a3fac82a1b62752 | |
parent | 6cb1269b9607649b5edf1c4e7818e0cf34a9db71 [diff] [blame] |
JFS: don't dereference tlck->ip from txUpdateMap The inode pointer may no longer be valid Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
diff --git a/fs/jfs/jfs_txnmgr.h b/fs/jfs/jfs_txnmgr.h index 59ad0f6..0e4dc45 100644 --- a/fs/jfs/jfs_txnmgr.h +++ b/fs/jfs/jfs_txnmgr.h
@@ -122,6 +122,7 @@ #define tlckLOG 0x0800 /* updateMap state */ #define tlckUPDATEMAP 0x0080 +#define tlckDIRECTORY 0x0040 /* freeLock state */ #define tlckFREELOCK 0x0008 #define tlckWRITEPAGE 0x0004