Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.6.0
-
3
-
12172
Description
At the bottom of mdt_mfd_open() we should test for MDS_FMODE_EXEC rather than FMODE_EXEC:
err_out: if (flags & FMODE_WRITE) /* XXX We also need to close io epoch here. * See LU-1220 - green */ mdt_write_put(o); else if (flags & FMODE_EXEC) mdt_write_allow(o); return rc; }
Attachments
Activity
Remote Link | Original: This issue links to "Page (HPDD Community Wiki)" [ 17337 ] |
Remote Link | Original: This issue links to "Page (HPDD Community Wiki)" [ 17259 ] |
Remote Link | Original: This issue links to "Page (HPDD Community Wiki)" [ 17249 ] |
Remote Link | New: This issue links to "Page (HPDD Community Wiki)" [ 17337 ] |
Remote Link | New: This issue links to "Page (HPDD Community Wiki)" [ 17259 ] |
Remote Link | New: This issue links to "Page (HPDD Community Wiki)" [ 17249 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Fix Version/s | New: Lustre 2.5.1 [ 10608 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |