Up to [Development] / linux-2.4-xfs / fs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 26 19:23:42 2005 UTC (12 years, 9 months ago) by roehrich
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +7 -0
lines
Diff to previous 1.2 (colored)
dmapi - Execution of an offline script or binary fails. If a user thread is trying to execute the file that is offline then the HSM won't get write access when it attempts invisible I/O to bring it online because the user thread has already denied write access...but that thread is waiting for us to write the file.... So add a callout from open_exec() to give DMAPI an early notice that the file must be online. In open_exec call the new file_operations vector f_op->open_exec.