CVS log for linux-2.4-xfs/fs/exec.c

[BACK] Up to [Development] / linux-2.4-xfs / fs

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 26 19:23:42 2005 UTC (12 years, 8 months ago) by roehrich
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +7 -0 lines
Diff to previous 1.2 (unified)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 20 13:59:19 2005 UTC (12 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +27 -5 lines
Diff to previous 1.1 (unified)

Merge up to 2.4.29.
Merge of 2.4.x-xfs-melb:linux:21231a by kenmcd.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN

Initial Import 2.4.24pre2

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>