Whamcloud - gitweb
LU-6301 llite: cleanup open handle for client open failure
[fs/lustre-release.git] / lustre / doc / osd-api.txt
index f423a52..d66baad 100644 (file)
@@ -12,7 +12,7 @@ Niu     Yawei     <yawei.niu@intel.com>
 
 Last Updated: October 9, 2012
 
-Copyright © 2012 Intel, Corp.
+ Copyright (c) 2012, 2013, Intel Corporation.
 
 This file is released under the GPLv2.
 
@@ -472,7 +472,7 @@ All the objects are listed in the local_oid enum, which includes:
   objects.
 - ACCT_USER_OID/ACCT_GROUP_OID are used for accessing space accounting
   information for respectively users and groups.
-- MDT_LAST_RECV_OID/OFD_LAST_RECV_OID is the last_rcvd file for respectively
+- LAST_RECV_OID is the last_rcvd file for respectively
   the MDT and OST.
 
 iv. Object Operations
@@ -807,9 +807,9 @@ int (*dbo_read_prep)(const struct lu_env *, struct dt_object *,
                     struct niobuf_local *, int);
 int (*dbo_fiemap_get)(const struct lu_env *, struct dt_object *,
                      struct ll_user_fiemap *);
-int (*do_declare_punch)(const struct lu_env*, struct dt_object *, __u64,
+int (*dbo_declare_punch)(const struct lu_env*, struct dt_object *, __u64,
                          __u64,struct thandle *);
-int (*do_punch)(const struct lu_env *, struct dt_object *, __u64, __u64,
+int (*dbo_punch)(const struct lu_env *, struct dt_object *, __u64, __u64,
                struct thandle *, struct lustre_capa *);
 
 dbo_read
@@ -1203,7 +1203,7 @@ The latter two actions are known as reconciliation.
 The QSD API is defined in lustre/include/lustre_quota.h as follows:
 
 struct qsd_instance *qsd_init(const struct lu_env *, char *, struct dt_device *,
-                              cfs_proc_dir_entry_t *);
+                             struct proc_dir_entry *);
 int qsd_prepare(const struct lu_env *, struct qsd_instance *);
 int qsd_start(const struct lu_env *, struct qsd_instance *);
 void qsd_fini(const struct lu_env *, struct qsd_instance *);