aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/md_object.h
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2014-08-15 12:55:55 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-17 09:45:30 -0700
commit114acca8ef16f21c5d50f16d154d05ffddb20049 (patch)
treee49bab2de52085fe28f50c96c07dcd2133b122c4 /drivers/staging/lustre/lustre/include/md_object.h
parentstaging: vt6655: Convert DBG_PRT to pr_<level> (diff)
downloadlinux-dev-114acca8ef16f21c5d50f16d154d05ffddb20049.tar.xz
linux-dev-114acca8ef16f21c5d50f16d154d05ffddb20049.zip
staging/lustre: get rid of seqno_t and mdsno_t typedefs
seqno_t is u64 and mdsno_t is u32 so just use them as such. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/md_object.h')
-rw-r--r--drivers/staging/lustre/lustre/include/md_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/md_object.h b/drivers/staging/lustre/lustre/include/md_object.h
index 2e5d55030a63..bd5f6186bf31 100644
--- a/drivers/staging/lustre/lustre/include/md_object.h
+++ b/drivers/staging/lustre/lustre/include/md_object.h
@@ -451,7 +451,7 @@ struct seq_server_site {
/**
* mds number of this site.
*/
- mdsno_t ss_node_id;
+ u32 ss_node_id;
/**
* Fid location database
*/