|
|
| version 1.49, 2007/05/22 04:00:43 | version 1.50, 2007/07/09 06:12:55 |
|---|---|
| Line 65 kmem_zone_t *qm_dqtrxzone; | Line 65 kmem_zone_t *qm_dqtrxzone; |
| static struct shrinker *xfs_qm_shaker; | static struct shrinker *xfs_qm_shaker; |
| static cred_t xfs_zerocr; | static cred_t xfs_zerocr; |
| static xfs_inode_t xfs_zeroino; | |
| STATIC void xfs_qm_list_init(xfs_dqlist_t *, char *, int); | STATIC void xfs_qm_list_init(xfs_dqlist_t *, char *, int); |
| STATIC void xfs_qm_list_destroy(xfs_dqlist_t *); | STATIC void xfs_qm_list_destroy(xfs_dqlist_t *); |
| Line 1415 xfs_qm_qino_alloc( | Line 1414 xfs_qm_qino_alloc( |
| return error; | return error; |
| } | } |
| if ((error = xfs_dir_ialloc(&tp, &xfs_zeroino, S_IFREG, 1, 0, | if ((error = xfs_dir_ialloc(&tp, NULL, S_IFREG, 1, 0, |
| &xfs_zerocr, 0, 1, ip, &committed))) { | &xfs_zerocr, 0, 1, ip, &committed))) { |
| xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | | xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | |
| XFS_TRANS_ABORT); | XFS_TRANS_ABORT); |