]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Modified Files:
authorcarlosm <carlosm@29311d96-e01e-0410-9327-a35deaab8ce9>
Sat, 3 Sep 2005 00:32:25 +0000 (00:32 +0000)
committercarlosm <carlosm@29311d96-e01e-0410-9327-a35deaab8ce9>
Sat, 3 Sep 2005 00:32:25 +0000 (00:32 +0000)
commit98d20ecf3abc9fcecac9169f9ccc60f8d1d235dd
tree0d034cb640619495481a0a7cfcf04c3d1f61e54d
parentfa5b4703576278d4d94f8374932aca043e36f5f7
 Modified Files:
  config.cc config.h fakesyn.cc client/Buffercache.cc
  client/Buffercache.h client/Client.cc client/Client.h

- Replace is_hole attribute with is_hole() that tests for empty bufferlist
- Replace off_t with "long long" and size_t with "unsigned long long"
- Fix all signed/unsigned comparisons

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@490 29311d96-e01e-0410-9327-a35deaab8ce9
ceph/client/Buffercache.cc
ceph/client/Buffercache.h
ceph/client/Client.cc
ceph/client/Client.h
ceph/config.cc
ceph/config.h
ceph/fakesyn.cc