Subdomain Posts
None | 7 hours ago
None | 1 day ago
None | 5 days ago
None | 6 days ago
Bash | 6 days ago
None | 9 days ago
None | 9 days ago
C++ | 12 days ago
unrealScript | 15 days ago
None | 15 days ago
Recent Posts
None | 3 sec ago
None | 15 sec ago
Java | 18 sec ago
None | 29 sec ago
None | 36 sec ago
None | 48 sec ago
HTML | 50 sec ago
None | 51 sec ago
None | 54 sec ago
None | 59 sec ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By arekm on the 3rd of Jul 2009 06:53:05 AM
Download |
Raw |
Embed |
Report
if (test_bit(DMF_FREEING, &md->flags) ||
- test_bit(DMF_DELETING, &md->flags)) {
- md = NULL;
+ test_bit(DMF_DELETING, &md->flags))
+ goto out;
+
+ ret = -EACCES;
+ if (!vx_check(md->xid, VS_IDENT|VS_HOSTID))
goto out;
- }
Submit a correction or amendment below.
Make A New Post