svn commit: r189525 - head/sys/gnu/fs/reiserfs

David Schultz das at FreeBSD.org
Sat Mar 7 22:14:34 PST 2009


Author: das
Date: Sun Mar  8 06:14:33 2009
New Revision: 189525
URL: http://svn.freebsd.org/changeset/base/189525

Log:
  Don't declare bin_search() as an inline function, since there's no
  inline definition of it.

Modified:
  head/sys/gnu/fs/reiserfs/reiserfs_fs.h

Modified: head/sys/gnu/fs/reiserfs/reiserfs_fs.h
==============================================================================
--- head/sys/gnu/fs/reiserfs/reiserfs_fs.h	Sun Mar  8 06:09:20 2009	(r189524)
+++ head/sys/gnu/fs/reiserfs/reiserfs_fs.h	Sun Mar  8 06:14:33 2009	(r189525)
@@ -1216,7 +1216,7 @@ const struct key	*get_lkey(const struct 
 			    const struct reiserfs_sb_info *p_s_sbi);
 const struct key	*get_rkey(const struct path *p_s_chk_path,
 			    const struct reiserfs_sb_info *p_s_sbi);
-inline int	bin_search(const void * p_v_key, const void * p_v_base,
+int	bin_search(const void * p_v_key, const void * p_v_base,
 		    int p_n_num, int p_n_width, int * p_n_pos);
 
 void	pathrelse(struct path *p_s_search_path);


More information about the svn-src-head mailing list