pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
7 sec ago
lab04mv
C++ | 11 sec ago
Untitled
12 sec ago
Untitled
13 sec ago
Untitled
20 sec ago
Untitled
25 sec ago
Untitled
HTML | 26 sec ago
Layout Width
Share Pastebin
arekm
By: a guest | Jul 3rd, 2009 | Syntax:
None
| Size: 0.31 KB | Hits: 21 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
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;
- }
create new paste
|
create new version of this paste
RAW Paste Data
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; - }