Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[sfrench/cifs-2.6.git] / fs / afs / internal.h
index 5c95df6621f92ac02c56eabd6314a59723d1e4b0..9d3d64921106de0d68bcc80b2e04b9074a2b593a 100644 (file)
@@ -128,7 +128,7 @@ struct afs_call {
        spinlock_t              state_lock;
        int                     error;          /* error code */
        u32                     abort_code;     /* Remote abort ID or 0 */
-       unsigned int            max_lifespan;   /* Maximum lifespan to set if not 0 */
+       unsigned int            max_lifespan;   /* Maximum lifespan in secs to set if not 0 */
        unsigned                request_size;   /* size of request data */
        unsigned                reply_max;      /* maximum size of reply */
        unsigned                count2;         /* count used in unmarshalling */