http://bugzilla.kernel.org/show_bug.cgi?id=13375
--- Comment #39 from Christoph Hellwig <hch@xxxxxx> 2009-08-03 11:50:40 ---
(In reply to comment #38)
> Probably i saved it in the wrong way, but ....
>
> git apply -v various_iget_fixes.diff
> Checking patch fs/xfs/xfs_iget.c...
> error: while searching for:
> xfs_qm_dqdetach(ip);
> xfs_iunlock(ip, XFS_ILOCK_EXCL);
>
> switch (ip->i_d.di_mode & S_IFMT) {
> case S_IFREG:
> case S_IFDIR:
> case S_IFLNK:
> xfs_idestroy_fork(ip, XFS_DATA_FORK);
> break;
> }
>
> if (ip->i_afp)
> xfs_idestroy_fork(ip, XF
I had another patch touching this area so the patch only applied with fuzz. It
looks like git doesn't like that. Either apply the patch manually using patch
or quilt or use the refreshed one I'll attach now.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|