* fhandler_disk_file.cc (path_conv::get_ino_by_handle): Convert from

static function to path_conv method.  Accommodate throughout.
	(path_conv::ndisk_links): Unused, comment out.
	* path.h (path_conv::get_ino_by_handle): Declare.
	(path_conv::ndisk_links): Comment out declaration.
This commit is contained in:
Corinna Vinschen
2010-06-15 08:51:55 +00:00
parent d955b6cfd8
commit 5e3dd23eee
3 changed files with 29 additions and 17 deletions

View File

@@ -250,7 +250,10 @@ class path_conv
}
bool is_binary ();
__ino64_t get_ino_by_handle (HANDLE h);
#if 0 /* obsolete, method still exists in fhandler_disk_file.cc */
unsigned __stdcall ndisk_links (DWORD);
#endif
void set_normalized_path (const char *) __attribute__ ((regparm (2)));
DWORD get_symlink_length () { return symlink_length; };
private: