uninline reply_err()

master N2008_12_21_190200
szaka 2008-12-15 03:10:49 +00:00
parent 9dc9eb60e9
commit f7a15b7041
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ static struct fuse *req_fuse_prepare(fuse_req_t req)
return c->ctx.fuse;
}
static inline void reply_err(fuse_req_t req, int err)
static void reply_err(fuse_req_t req, int err)
{
/* fuse_reply_err() uses non-negated errno values */
fuse_reply_err(req, -err);