Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157189321
D21006.id59957.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
347 B
Referenced Files
None
Subscribers
None
D21006.id59957.diff
View Options
Index: sbin/swapon/swapon.c
===================================================================
--- sbin/swapon/swapon.c
+++ sbin/swapon/swapon.c
@@ -771,9 +771,9 @@
int error;
if (which_prog == SWAPON) {
+ error = swapon(name);
if (Eflag)
swap_trim(name);
- error = swapon(name);
} else /* SWAPOFF */
error = swapoff(name);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 3:54 AM (4 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33318287
Default Alt Text
D21006.id59957.diff (347 B)
Attached To
Mode
D21006: swapon before closing trimming fd
Attached
Detach File
Event Timeline
Log In to Comment