Commit 229824ad authored by Christoph Hellwig's avatar Christoph Hellwig

JFS: we still need extHint

parent f3dd03ca
......@@ -337,6 +337,7 @@ int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, boolean_t abnr)
up(&JFS_IP(ip)->commit_sem);
return (rc);
}
#endif /* _NOTYET */
/*
......@@ -410,7 +411,6 @@ int extHint(struct inode *ip, s64 offset, xad_t * xp)
return (0);
}
#endif /* _NOTYET */
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment