diff options
| author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 22:33:45 -0500 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 22:33:45 -0500 | 
| commit | 651857a1ecaf97a8ad9d324dd2a61675c53e541e (patch) | |
| tree | f5b7e4915b25ae6910ede2bf37614ca98ab4f6e5 /fs/ocfs2/localalloc.h | |
| parent | ee28b0da1069ced1688aa9d0b7b378353b988321 (diff) | |
| parent | d38eb8db6aa359c060dfb72a29cf8d94a96657d8 (diff) | |
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2: (31 commits)
  ocfs2: implement i_op->permission
  configfs: make configfs_dirent_exists() static
  ocfs2: update file system paths to set atime
  ocfs2: core atime update functions
  ocfs2: Add splice support
  ocfs2: Remove ocfs2_write_should_remove_suid()
  [PATCH] Export should_remove_suid()
  configfs: mutex_lock_nested() fix
  ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
  ocfs2: remove handle argument to ocfs2_start_trans()
  ocfs2: remove ocfs2_journal_handle journal field
  ocfs2: pass ocfs2_super * into ocfs2_commit_trans()
  ocfs2: remove unused handle argument from ocfs2_meta_lock_full()
  ocfs2: make ocfs2_alloc_handle() static
  ocfs2: remove unused ocfs2_handle_add_lock()
  ocfs2: remove unused ocfs2_handle_add_inode()
  ocfs2: Don't allocate handle early in ocfs2_rename()
  ocfs2: don't use handle for locking in allocation functions
  ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename()
  ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink()
  ...
Diffstat (limited to 'fs/ocfs2/localalloc.h')
| -rw-r--r-- | fs/ocfs2/localalloc.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/fs/ocfs2/localalloc.h b/fs/ocfs2/localalloc.h index 30f88ce14e46..385a10152f9c 100644 --- a/fs/ocfs2/localalloc.h +++ b/fs/ocfs2/localalloc.h | |||
| @@ -42,12 +42,11 @@ int ocfs2_alloc_should_use_local(struct ocfs2_super *osb, | |||
| 42 | 42 | ||
| 43 | struct ocfs2_alloc_context; | 43 | struct ocfs2_alloc_context; | 
| 44 | int ocfs2_reserve_local_alloc_bits(struct ocfs2_super *osb, | 44 | int ocfs2_reserve_local_alloc_bits(struct ocfs2_super *osb, | 
| 45 | struct ocfs2_journal_handle *passed_handle, | ||
| 46 | u32 bits_wanted, | 45 | u32 bits_wanted, | 
| 47 | struct ocfs2_alloc_context *ac); | 46 | struct ocfs2_alloc_context *ac); | 
| 48 | 47 | ||
| 49 | int ocfs2_claim_local_alloc_bits(struct ocfs2_super *osb, | 48 | int ocfs2_claim_local_alloc_bits(struct ocfs2_super *osb, | 
| 50 | struct ocfs2_journal_handle *handle, | 49 | handle_t *handle, | 
| 51 | struct ocfs2_alloc_context *ac, | 50 | struct ocfs2_alloc_context *ac, | 
| 52 | u32 min_bits, | 51 | u32 min_bits, | 
| 53 | u32 *bit_off, | 52 | u32 *bit_off, | 
