X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=snap.h;h=27045a3ca5542ad1c3a72b7b3ed667ab5b583fd2;hp=626ecad003a52a1a465ea6f7f2e11f960a97df3c;hb=56f81b0dfa62bb5bf2c338733d9370a8b11bfc39;hpb=15eb99dcf9a30f8c8d488d5bc3c92130cf828d60 diff --git a/snap.h b/snap.h index 626ecad..27045a3 100644 --- a/snap.h +++ b/snap.h @@ -1,9 +1,4 @@ -/* - * Copyright (C) 2008-2010 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ - +/* SPDX-License-Identifier: GPL-2.0 */ /** The possible states for snapshot creation/removal. */ #define HOOK_STATUS_ARRAY \ @@ -93,7 +88,7 @@ int num_complete_snapshots(struct snapshot_list *sl); /** * Get the newest snapshot in a snapshot list. */ -_static_inline_ struct snapshot *get_newest_snapshot(struct snapshot_list *sl) +static inline struct snapshot *get_newest_snapshot(struct snapshot_list *sl) { if (!sl->num_snapshots) return NULL;