From: Eric Sandeen <sandeen@sandeen.net>
To: Barry Naujok <bnaujok@sgi.com>
Cc: "xfs@oss.sgi.com" <xfs@oss.sgi.com>, xfs-dev <xfs-dev@sgi.com>
Subject: Re: [REVIEW 2/2] Case insensitive support for XFS - user-space
Date: Sun, 20 Jan 2008 20:31:32 -0600 [thread overview]
Message-ID: <47940404.1000009@sandeen.net> (raw)
In-Reply-To: <op.t49clfbc3jf8g2@pc-bnaujok.melbourne.sgi.com>
Barry Naujok wrote:
>>> error = libxfs_trans_reserve(tp, XFS_CREATE_LOG_RES(mp), 0, 0,
>>> 0, 0);
>> Can you try this instead?
>>
>> error = libxfs_trans_reserve(tp, XFS_IALLOC_BLOCKS(mp) +
>> (XFS_IN_MAXLEVELS(mp) - 1), 0, 0, 0, 0);
>
> BTW. this fix works for me :)
Ok, I'll trust you then. I haven't looked at what those macros do,
context, etc... and probably not going to go look right now :)
-Eric
next prev parent reply other threads:[~2008-01-21 2:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-18 4:43 [REVIEW 2/2] Case insensitive support for XFS - user-space Barry Naujok
2008-01-18 21:23 ` Eric Sandeen
2008-01-19 6:00 ` Eric Sandeen
2008-01-21 2:07 ` Barry Naujok
2008-01-21 2:16 ` Barry Naujok
2008-01-21 2:31 ` Eric Sandeen [this message]
2008-01-21 0:54 ` Barry Naujok
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47940404.1000009@sandeen.net \
--to=sandeen@sandeen.net \
--cc=bnaujok@sgi.com \
--cc=xfs-dev@sgi.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.