Merge branch '2501_vfs_split'
commitc18564dcf57a69ccce7d6e48c900a653e4d73c66
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 7 Apr 2011 09:46:42 +0000 (7 13:46 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 7 Apr 2011 09:46:42 +0000 (7 13:46 +0400)
tree7cf445fe27a5cd46a1f420addfe4c962e6ba2664
parent6b09134a014dfce22af9635f60c29c97a714f240
parent358391bd6b6098796dc497f48f1be1eda011f0f7
Merge branch '2501_vfs_split'

* 2501_vfs_split:
  CPIO VFS: Use GSList to store inodes.
  Don't handle VFS timestamps for dirs opened in panels.
  local.c: added copyright notice.
  Renamed struct vfs_s_fh to vfs_file_handler_t
  vfs_s_super and vfs_s_fh now don't contain members specific to any vfs.
  sfs.c: reimplemented cached file list using GSList.
  Use GSList to create the list of no-proxied FTP hosts.
  Use GList to store directory content in vfs_s_inode.
  Ticket #2501: continue split of VFS core library and VFS plugins.