]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: revert accidental commit of get_attr prototype change
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 30 Mar 2010 18:48:06 +0000 (11:48 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Tue, 30 Mar 2010 18:48:06 +0000 (11:48 -0700)
src/rgw/rgw_rados.h

index 4f21ac18f4bc740a70bd6fc90d91025b6212355f..d490558525433e3332820008324c4f8cf3b9d58f 100644 (file)
@@ -53,7 +53,7 @@ public:
 
   /** Get the attributes for an object.*/
   int get_attr(std::string& bucket, std::string& obj,
-               const char *name, bufferlist& dest, __u64 auid=0);
+               const char *name, bufferlist& dest);
 
   /** Set an attr on an object. */
   int set_attr(std::string& bucket, std::string& obj,